~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_hand/launch/srh_etherCAT_standalone.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:
1
1
<launch>
2
2
  <include file="$(find sr_hand)/launch/srh_etherCAT.launch" />
3
3
 
4
 
  <node pkg="tf" type="static_transform_publisher" name="fixed_frame_pos_pub" args="0 0 0 0 0 0 /srh/position/forearm_motor fixed 100" />
5
 
  <node pkg="tf" type="static_transform_publisher" name="fixed_frame_target_pub" args="0 0 0 0 0 0 fixed /srh/target/forearm_motor 100" />
 
4
  <node pkg="tf" type="static_transform_publisher" name="fixed_frame_pos_pub" args="0 0 0 0 0 0 /srh/position/forearm fixed 100" />
 
5
  <node pkg="tf" type="static_transform_publisher" name="fixed_frame_target_pub" args="0 0 0 0 0 0 fixed /srh/target/forearm 100" />
6
6
</launch>
7
7
 
8
8