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

Revision history [back]

Yes, see the roslaunch arg reference.

In a nutshell, you would launch it like this:

roslaunch my_robot.launch dof:=5

And inside the launch file, add

<arg name="dof"/>

Yes, see the roslaunch arg reference.

In a nutshell, you would launch it like this:

roslaunch my_robot.launch dof:=5

And inside Inside the launch file, add

<arg name="dof"/>

And to evaluate it,

$(arg dof)