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

You'll want to add an extra args="" parameter to your <node> tag. For more information, take a look at the XML docs for <node>

You'll want to add an extra args="" parameter to your <node> tag. For more information, take a look at the XML docs for <node>

EDIT: Try something like:

<node pkg="rosjava_bootstrap" type="run.py" args="bumperCar org.lejos.ros.nodes.bumpercar.BumperCarControl" name="BumperCarControl" />