Skip to content

Commit b15f97c

Browse files
author
Juan Ignacio Ubeira
committed
Changing argument values to defaults so that they can be overridden.
1 parent 5e9d19c commit b15f97c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

turtlebot_rviz_launchers/launch/view_model.launch

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
-->
3333

3434
<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 -->
35+
<arg name="base" default="$(optenv TURTLEBOT_BASE kobuki)"/> <!-- create, rhoomba -->
36+
<arg name="stacks" default="$(optenv TURTLEBOT_STACKS hexagons)"/> <!-- circles, hexagons -->
37+
<arg name="3d_sensor" default="$(optenv TURTLEBOT_3D_SENSOR kinect)"/> <!-- kinect, asus_xtion_pro -->
3838

3939
<include file="$(find turtlebot_bringup)/launch/includes/robot.launch.xml">
4040
<arg name="base" value="$(arg base)" />

0 commit comments

Comments
 (0)