Skip to content

Instantly share code, notes, and snippets.

@zseker
Created November 7, 2019 01:19
Show Gist options
  • Save zseker/b18c1066e2cf1aa76dc015fe08c5cd9b to your computer and use it in GitHub Desktop.
Save zseker/b18c1066e2cf1aa76dc015fe08c5cd9b to your computer and use it in GitHub Desktop.
<!--
lab 2 woop woop
-->
<launch>
<!-- lab2_node -->
<!--
<group ns="/">
<param name="rosversion" command="rosversion roslaunch" />
<param name="rosdistro" command="rosversion -d" />
<node pkg="rosout" type="rosout" name="rosout" respawn="true"/>
</group>
-->
<arg name="model" default="$(env TURTLEBOT3_MODEL)" doc="model type [burger, waffle, waffle_pi]"/>
<include file="$(find turtlebot3_gazebo)/launch/turtlebot3_gazebo_rviz.launch"/>
<include file="$(find turtlebot3_gazebo)/launch/turtlebot3_empty_world.launch">
<arg name="model" value="$(arg model)" />
</include>
<node pkg="rbe3002_lab2" type="lab2.py" name="lab2" output="screen"/>
</launch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment