Skip to content

Commit

Permalink
multi_level_map_server: do not use /map as a frame_id (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-oquin committed Nov 28, 2017
1 parent 81a1a87 commit c768147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_level_map_server/nodes/multi_level_map_server
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MapServer:
self.multimap_topic_prefix = ""

#get parameters
self.global_frame_id = rospy.get_param('~global_frame_id', '/map')
self.global_frame_id = rospy.get_param('~global_frame_id', 'map')
self.publish_rate = rospy.get_param('~publish_rate', 5)
try:

Expand Down

0 comments on commit c768147

Please sign in to comment.