Skip to content

roslaunch diffbot_navigation diffbot_hw.launch #56

Answered by fjp
questrov asked this question in Q&A
Discussion options

You must be logged in to vote

The parameter for the map file is map_file (not map). You should also distinguish between simulation and the real robot setup. For simulation you should also provide the appropriate value for the world_name argument (matching simulated world to your mapped map).

For navigation on the real robot you just need to provide the map_file:=/absolute/path/to/your/map.yaml argument to diffbot_hw.launch. For example:

roslaunch diffbot_navigation diffbot_hw.launch map_file:=/home/fjp/git/ros_ws/map/map.yaml

Also make sure that you have a more or less accurate map of your environment (obtained from the SLAM algorithm). Otherwise you won't be able to localize correctly. This is the first step I alway…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@questrov
Comment options

@fjp
Comment options

@questrov
Comment options

@questrov
Comment options

@fjp
Comment options

Answer selected by questrov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants