Re: [ros-users] Different maps for navigation and path plann…

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Christian Verbeek
Datum:  
Aan: ros-users
Onderwerp: Re: [ros-users] Different maps for navigation and path planning
Ok, here is my solution to this problem:

I modified
/opt/ros/boxturtle/stacks/navigation/costmap_2d/src/costmap_2d_ros.cpp
line 204 listening not for "map" but for "planner_map".

Then I set up a second map server remapping /map to /planner_map loading
my modified map.

Thats it.