Skip to content

Commit f16aef6

Browse files
Shuhei KozasaShota Aoki
andauthored
Update map command (#38)
* Update README * Update README.en.md Co-authored-by: Shota Aoki <s.aoki@rt-net.jp> * Update README.md Co-authored-by: Shota Aoki <s.aoki@rt-net.jp> Co-authored-by: Shota Aoki <s.aoki@rt-net.jp>
1 parent 50b6384 commit f16aef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.en.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ After moving Raspberry Pi Mouse and making a map, run a node to save the map wit
294294

295295
```sh
296296
$ mkdir ~/maps
297-
$ ros2 run nav2_map_server map_saver -f ~/maps/mymap
297+
$ ros2 run nav2_map_server map_saver_cli -f ~/maps/mymap --ros-args -p save_map_timeout:=10000
298298
```
299299

300300
#### Configure SLAM parameters

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Raspberry Pi Mouseを動かして地図を作成します。
301301

302302
```sh
303303
$ mkdir ~/maps
304-
$ ros2 run nav2_map_server map_saver -f ~/maps/mymap
304+
$ ros2 run nav2_map_server map_saver_cli -f ~/maps/mymap --ros-args -p save_map_timeout:=10000
305305
```
306306

307307
#### Configure SLAM parameters

0 commit comments

Comments
 (0)