Organize host and robot streaming releases

This commit is contained in:
Mike Mi
2026-08-09 15:56:20 +08:00
commit decff19daf
532 changed files with 127054 additions and 0 deletions

13
host/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Control-host projects
The host side is intentionally split into two sibling projects:
- `OmniSocketGo_add_camera`: C/KCP hub and peer transport, Python bindings,
ROS-control helpers, and startup scripts.
- `robot-command-center`: Django backend plus Vue frontend for video status,
camera switching, and control UI.
Install/build instructions are in `README_PACKAGE.md`. The host-side package
expects the two project directories to remain siblings after installation.
Do not copy robot binaries to the host; build the C programs on the host
architecture.