~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_hand/launch/sr_arm_CAN.launch

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 14:42:29 UTC
  • Revision ID: ugo@shadowrobot.com-20120723144229-i8bc0yl6803v22zi
unified srh_motor.launch and srh_muscle.launch in the same file -> renamed forearm_muscle and forearm_motor to forearm only

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    <param name="tf_prefix" type="string" value="sr_arm/target" />
34
34
  </node>
35
35
 
36
 
  <node pkg="tf" type="static_transform_publisher" name="link_hand_arm_pos" args="0 0 0 2.3562 0 0 /sr_arm/position/shadowarm_handsupport_motor /srh/position/forearm_motor 100" />
37
 
  <node pkg="tf" type="static_transform_publisher" name="link_hand_arm_target" args="0 0 0 2.3562 0 0 /sr_arm/target/shadowarm_handsupport_motor /srh/target/forearm_motor 100" />
 
36
  <node pkg="tf" type="static_transform_publisher" name="link_hand_arm_pos" args="0 0 0 2.3562 0 0 /sr_arm/position/shadowarm_handsupport_motor /srh/position/forearm 100" />
 
37
  <node pkg="tf" type="static_transform_publisher" name="link_hand_arm_target" args="0 0 0 2.3562 0 0 /sr_arm/target/shadowarm_handsupport_motor /srh/target/forearm 100" />
38
38
</launch>
39
39
 
40
40