Ros Launch File
Can anyone describe, in detail, the parameters involved in the launch file. I combed through the tutorials and the descriptions are not that adequate?
Is there an example you can point me to as well that call 3 or more packages/nodes? The type and name parameters have me at a slight loss...
I am trying something like: <launch>
<node respawn="true" pkg="joy" type="joy" name="rov_joy" >="" <param="" name="dev" type="string" value="/dev/input/js0"/> </node>
</launch>
But with the
@101010 Can you elaborate on what are you trying to accomplish ? If you read a launch file completely then most of the issues are sorted out.
Something along the lines of:
Something along the lines of: