Skip to content

Commit

Permalink
fix rosservice node name in docs for saving a map
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanaishtaweera committed Jun 29, 2024
1 parent ae92d04 commit 7419ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/physical-robot/tasks/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To save the map, use the following ROS service:

```bash
# in the SMB third terminal
rosservice call /mapping_node/save_map
rosservice call /mapping/save_map
```

The point cloud will be saved to `src/core/smb_slam/data/maps/map.pcd`.
Expand Down

0 comments on commit 7419ceb

Please sign in to comment.