launch-files.md
On-board launch file
Nodes that must be on-board for hardware purposes
<include file="$(find turtlebot3_bringup)/launch/turtlebot3_robot.launch"/><node pkg="raspicam_node" type="raspicam_node" name="raspicam_node" output="screen">
<param name="camera_info_url" value="package://turtlebot3_bringup/camera_info/turtlebot3_rpicamera.yaml"/>
<param name="width" value="640"/>
<param name="height" value="480"/>
<param name="framerate" value="50"/>
<param name="enable_raw" value="true"/>
<param name="camera_frame_id" value="camera"/>
</node>Nodes that are onboard because they are lightweight
Off-board launch file
Additional Tricks
Args vs Params
Grouping and Logic
File path shortcut
Shell scripts
Last updated
Was this helpful?
