Skip to content

Instantly share code, notes, and snippets.

@jdumont0201
Last active May 4, 2018 11:15
Show Gist options
  • Save jdumont0201/36db407f83bc9f1a8dce27983724441e to your computer and use it in GitHub Desktop.
Save jdumont0201/36db407f83bc9f1a8dce27983724441e to your computer and use it in GitHub Desktop.
Minimal ROS Node Launcher
<launch>
<!-- ~/catkin_ws/src/my_package/launch/minimal.launch -->
<node pkg="my_package" type="simple" name="HelloWorld" output="screen"></node>
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment