Skip to content

Commit

Permalink
Merge pull request #5 from HLP-R/extend_robot_description
Browse files Browse the repository at this point in the history
extend launch file for different robot param
  • Loading branch information
vchu authored Oct 6, 2016
2 parents 6389091 + d524c2f commit 4f06f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hlpr_gazebo/launch/vector.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<arg name="gui" default="true"/>
<arg name="world" default="worlds/empty.world" />
<arg name="room" default="$(find hlpr_gazebo)/launch/simple_room.launch" />
<arg name="robot_description" default="$(find vector_description)/launch/vector_upload.launch"/>
<!-- moveit and arm specific. See vector_controller.launch for details -->
<arg name="moveit_launch" default="false" />
<arg name="wpi_jaco_launch" default="false" />
Expand All @@ -23,7 +24,7 @@
<include file="$(arg room)"/>

<!-- send robot urdf to param server -->
<include file="$(find vector_description)/launch/vector_upload.launch"/>
<include file="$(arg robot_description)"/>

<!-- push robot_description to factory and spawn robot in gazebo -->
<node name="spawn_gazebo_model" pkg="gazebo_ros" type="spawn_model" args="-urdf -param robot_description -model robot $(arg robot_spawn_loc)" respawn="false" output="screen" />
Expand Down

0 comments on commit 4f06f50

Please sign in to comment.