add README.md

This commit is contained in:
2025-10-23 18:06:52 +08:00
parent 5cb2c19a6c
commit 4b2a251120

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# 1. 依赖库
* nicegui: pip install nicegui
* interfaces
# 2. 编译运行
```
mkdir workspace
cd workspace
git clone http://192.168.10.50:3000/HiveCoreRD/hivecore_robot_interfaces.git
git clone http://192.168.10.50:3000/david/ctrlgui.git
colcon build --packages-select ctrlgui interfaces
source install/setup.bash
python3 ctrlgui/ctrlgui/ctrlgui_node.py
```