Skip to content
Snippets Groups Projects
Commit 62530ad6 authored by Carl Delsey's avatar Carl Delsey
Browse files

Change gazebo spawner to use the new remapping XML tag

parent b97779a7
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ def main():
break
ros_params = plugin.find('ros')
ros_tf_remap = ET.SubElement(ros_params, 'argument')
ros_tf_remap = ET.SubElement(ros_params, 'remapping')
ros_tf_remap.text = '/tf:=/' + args.robot_namespace + '/tf'
# Set data for request
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment