Skip to content

Commit

Permalink
dxl_armed_turtlebot/launch/dxl_armed_turtlebot_bringup.launch: robot_…
Browse files Browse the repository at this point in the history
…description is defined in minimal.launch and hope this line overwrite that
  • Loading branch information
kimhc6028 committed Nov 25, 2015
1 parent a47bf9e commit 44cc283
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dxl_armed_turtlebot/launch/dxl_armed_turtlebot_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<include file="$(find turtlebot_bringup)/launch/3dsensor.launch">
<arg name="3d_sensor" default="kinect" />
</include>

<!-- robot_description is defined in minimal.launch and hope this line overwrite that-->
<arg name="model" value="$(find dxl_armed_turtlebot)/urdf/robot.urdf.xacro" />
<param name="robot_description" command="$(find xacro)/xacro.py $(arg model)" />

<include file="$(find dxl_armed_turtlebot)/launch/turtlebot_joystick_teleop.launch"
if="$(arg RUN_PS3JOY)"/>
<!-- <include file="$(find turtlebot_rviz_launchers)/launch/view_robot.launch"/> -->
Expand Down

0 comments on commit 44cc283

Please sign in to comment.