~ugocupcic/sr-ros-interface/manipulation

« back to all changes in this revision

Viewing changes to shadow_robot/sr_hand/launch/gazebo/gazebo_hand_muscle.launch

  • Committer: Ugo Cupcic
  • Date: 2011-05-23 15:44:05 UTC
  • mfrom: (119.1.67 sr-ros-interface)
  • Revision ID: ugo@shadowrobot.com-20110523154405-kwvv543sy9wxehzi
Huge merge from trunk. Lots of changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<launch>
2
2
 
3
3
  <!-- start gazebo with an empty plane -->
4
 
  <param name="/use_sim_time" value="true" />
5
 
  <node name="gazebo" pkg="gazebo" type="gazebo" args="$(find sr_hand)/launch/gazebo/empty.world" respawn="false" output="screen">
6
 
    <remap from="joint_states" to="gazebo/joint_states"/>
7
 
  </node>
 
4
  <include file="$(find sr_hand)/launch/gazebo/empty_world.launch"/>
8
5
 
9
6
  <!-- spawn the arm model -->
10
7
  <param name="robot_description" command="$(find xacro)/xacro.py '$(find sr_hand)/model/robots/xacro/shadowhand_muscle.urdf.xacro'" />