run.launch 152 B

12345
  1. <launch>
  2. <node pkg="motor_control" type="node" name="motor_control" output="screen">
  3. <param name="speed" value="0.1"/>
  4. </node>
  5. </launch>