Skip to content

Commit

Permalink
docs: update nav for tom06s
Browse files Browse the repository at this point in the history
  • Loading branch information
sujit-168 committed Dec 31, 2024
1 parent e9951e2 commit fef4f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tianbot/guide-06S/slam_and_nav_of_tom06s.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ roslaunch tianbot_slam map_save.launch map_file:=my_name

保存地图后,下列程序会使用默认地图`TianbotOffice`进行导航。
```shell
roslaunch tianbot_navigation tianbot_nav.launch
roslaunch tianbot_navigation tianbot_nav.launch local_planner:=teb
```

::: tip 提示
Expand All @@ -67,7 +67,7 @@ roslaunch tianbot_navigation tianbot_nav.launch map_file:=my_name
在 rviz 中,可以测试导航效果

```shell
roslaunch tianbot_rviz view_navigation.launch
roslaunch tianbot_rviz view_teb_planner.launch # 使用teb planner
```

## 导航到指定位置 {#nav-to-goal}
Expand Down

0 comments on commit fef4f40

Please sign in to comment.