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

In case someone is stuck with older versions of roslaunch due to other dependencies, here is a workaround:

<arg name="robot"  default="mh5_mesh" />

<arg name="path"   value="(find $(arg robot)...)" />
<arg name="dollar" value="$" />

<include file="$(arg dollar)$(arg path)"  />

In my case I needed it to call the appropriate moveit_config file based on the robot and this hack works fine on ROS indigo