~shadowrobot/sr-ros-interface/stable

« back to all changes in this revision

Viewing changes to shadow_robot/sr_hand/launch/srh_muscle.launch

  • Committer: Ugo Cupcic
  • Date: 2011-11-21 16:31:23 UTC
  • mfrom: (1.1.164 sr-ros-interface)
  • Revision ID: ugo@shadowrobot.com-20111121163123-k5q6e8l00w81f5hx
0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<launch>
2
 
  <param name="hand_description" textfile="$(find sr_hand)/model/shadowhand_muscle.urdf"/>
 
2
  <param name="hand_description" textfile="$(find sr_hand)/model/robots/shadowhand_muscle.urdf"/>
3
3
  
4
4
  <!-- shadowhand -->
5
5
  <node pkg="sr_hand" name="shadowhand"
6
6
        type="shadowhand_virtual" >
7
7
    <remap from="robot_description" to="hand_description"/>
 
8
    <param name="gazebo_joint_states_prefix" type="string" value="gazebo/" />
8
9
    <param name="shadowhand_prefix" type="string" value="srh/" />
9
10
    <param name="publish_frequency_diagnostics" type="double" value="1.0" />
10
11
    <param name="publish_frequency" type="double" value="20.0" />
30
31
    <param name="tf_prefix" type="string" value="srh/target" />
31
32
  </node>
32
33
  
33
 
  <node pkg="tf" type="static_transform_publisher" name="fixed_frame_pos_pub" args="0 0 0 0 0 0 /srh/position/shadow_forearm fixed 100" />
34
 
  
35
 
  <node pkg="tf" type="static_transform_publisher" name="fixed_frame_target_pub" args="0 0 0 0 0 0 fixed /srh/target/shadow_forearm 100" />
 
34
  <node pkg="tf" type="static_transform_publisher" name="fixed_frame_pos_pub" args="0 0 0 0 0 0 /srh/position/forearm_muscle fixed 100" />
 
35
  <node pkg="tf" type="static_transform_publisher" name="fixed_frame_target_pub" args="0 0 0 0 0 0 fixed /srh/target/forearm_muscle 100" />
36
36
  
37
37
  
38
38
  <node pkg="diagnostic_aggregator" type="aggregator_node"