Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 244 Bytes

3_RosLaunchBasic.md

File metadata and controls

11 lines (11 loc) · 244 Bytes

RosLaunch Basic

<launch>
  <include file="$(find the_package)/launch/other_launch_file.launch"/>
  <node pkg ="your_package"
        type="your_source.py"
        name="your_node_name"
        output="screen">
  </node>
</launch>