修改readme

This commit is contained in:
robofish 2025-07-07 02:56:42 +08:00
parent 432c839c6e
commit 6947b3671e

View File

@ -13,7 +13,7 @@
### 1. 编译项目
```bash
./build.sh
. build.sh
```
### 2. 建图模式
@ -21,7 +21,7 @@
用于创建环境地图和点云数据:
```bash
./mapping.sh
. mapping.sh
```
**建图前配置:**
@ -37,7 +37,7 @@
使用已建立的地图进行导航:
```bash
./nav.sh
. nav.sh
```