RobotKernal-UESTC/Docs/0. 割草机器人运行指导.md

16 lines
333 B
Markdown
Raw Normal View History

2024-02-29 23:31:06 +08:00
# 割草机器人运行指导
2024-02-28 12:56:23 +08:00
### 一、全覆盖
```shell
# 进入home目录
cd ~
# 运行全覆盖server,Server负责路径的规划和小车命令控制
./runRoomExplorationServer.sh
# 运行全覆盖Client, Client主要负责地图的生成
./runRoomExplorationClient.sh
# 运行双目摄像头检测节点
./runStereo.sh
```