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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Christian Verbeek
日付:  
To: ros-users
題目: 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.