This commit is contained in:
lyq 2026-01-30 09:47:41 +08:00
parent 7049668465
commit 47f280b2a0

View File

@ -10,3 +10,23 @@
* **ROS2 版本**ROS2 Humble * **ROS2 版本**ROS2 Humble
* **Ubuntu 版本**Ubuntu 22.04 * **Ubuntu 版本**Ubuntu 22.04
## 3. 启动
### 3.1 单遥控
```bash
./radio_ctrl.sh
```
### 3.1 单远控
```bash
./remote_ctrl.sh
```
### 3.1 全部节点
```bash
./start_all.sh
```