Open
Description
I am using stage_ros with move_base_multi_robot.launch in navigation_tutorials. The launch file does not work properly since tf configuration is invalid.
One of the invalid tf configuration is that frame_id fields of messsages published from stage_ros start with '/' when using multi-robot configuration. ( this is already reported in #68 )
This issue seems comes from mapName() function according to
Lines 478 to 481 in c3abc19
And seeing
Lines 172 to 227 in c3abc19
positionmodels
is lager than 1, frame_id is resolved as like /robot_0/base_laser_link
.
This specification is valid for topicnames. But for frame_id, this is invalid.
Metadata
Metadata
Assignees
Labels
No labels