We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9d19c commit b15f97cCopy full SHA for b15f97c
turtlebot_rviz_launchers/launch/view_model.launch
@@ -32,9 +32,9 @@
32
-->
33
34
<launch>
35
- <arg name="base" value="$(optenv TURTLEBOT_BASE kobuki)"/> <!-- create, rhoomba -->
36
- <arg name="stacks" value="$(optenv TURTLEBOT_STACKS hexagons)"/> <!-- circles, hexagons -->
37
- <arg name="3d_sensor" value="$(optenv TURTLEBOT_3D_SENSOR kinect)"/> <!-- kinect, asus_xtion_pro -->
+ <arg name="base" default="$(optenv TURTLEBOT_BASE kobuki)"/> <!-- create, rhoomba -->
+ <arg name="stacks" default="$(optenv TURTLEBOT_STACKS hexagons)"/> <!-- circles, hexagons -->
+ <arg name="3d_sensor" default="$(optenv TURTLEBOT_3D_SENSOR kinect)"/> <!-- kinect, asus_xtion_pro -->
38
39
<include file="$(find turtlebot_bringup)/launch/includes/robot.launch.xml">
40
<arg name="base" value="$(arg base)" />
0 commit comments