ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you are using plugins in your robot's description file, you should add a parameter to your robot_description :

<param name="robot_description"
    command="$(find xacro)/xacro '$(find basicbot_description)/urdf/basicbot.xacro' robotName:=gal" />

And in your xacro files inside the plugins tags you will add :

<robotNamespace>$(arg robotName)</robotNamespace>