Skip to content

Commit

Permalink
Merge pull request #54 from ETHZ-RobotX/feature/update-docs
Browse files Browse the repository at this point in the history
fix rosservice node name in docs for saving a map
  • Loading branch information
starlordadi committed Jun 29, 2024
2 parents aa22502 + 7419ceb commit cf2bf7a
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 cf2bf7a

Please sign in to comment.