diff --git a/jsk_fetch_robot/README.md b/jsk_fetch_robot/README.md index 6ff38f5314..9aab1b786d 100644 --- a/jsk_fetch_robot/README.md +++ b/jsk_fetch_robot/README.md @@ -256,6 +256,24 @@ coordinates can be made with ``` Please see [costmap_2d](http://wiki.ros.org/costmap_2d?distro=melodic), [move_base](http://wiki.ros.org/move_base?distro=melodic), if you would like to understand the self-positioning system in detail. +### Build Map + +- Stop jsk_fetch_startup on the supervisor + +- Launch slam program + +``` +roslaunch jsk_fetch_startup fetch_bringup.launch use_build_map:=true launch_move_base:=false +``` + +- You can see built map(`/map`) on Rviz + +- Make map_directory and save map + +``` +rosrun map_server map_saver -f +``` + ### Speak - Use text-to-speech engine to speak text diff --git a/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch b/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch index ac62348398..77aba57170 100644 --- a/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch +++ b/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch @@ -193,12 +193,6 @@ - - - - - @@ -211,17 +205,10 @@ file="$(find jsk_fetch_startup)/launch/navigation/fetch_move_base_$(env ROS_DISTRO)_params.yaml" /> - - - - - - - - - - - + + +