~shadowrobot/sr-ros-interface/Feature_update_controller_params

« back to all changes in this revision

Viewing changes to sr_hand/model/arm_urdf/hand_support/shadowarm_handsupport_muscle.transmission.xacro

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 12:23:16 UTC
  • Revision ID: ugo@shadowrobot.com-20120723122316-6i0bxukylymyg4xi
just moved all the models out of sr_hand into sr_description, not rewritten yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<robot xmlns:sensor="http://playerstage.sourceforge.net/gazebo/xmlschema/#sensor"
3
 
       xmlns:controller="http://playerstage.sourceforge.net/gazebo/xmlschema/#controller"
4
 
       xmlns:interface="http://playerstage.sourceforge.net/gazebo/xmlschema/#interface"
5
 
       xmlns:xacro="http://ros.org/wiki/xacro">
6
 
 
7
 
  <xacro:macro name="shadowarm_handsupport_muscle_transmission">
8
 
 
9
 
    <transmission type="sr_mechanism_model/SimpleTransmission" name="forearm_rotation_transmission">
10
 
      <actuator name="forearm_rotation" />
11
 
      <joint name="ElbowJRotate" />
12
 
      <mechanicalReduction>1</mechanicalReduction>
13
 
      <motorTorqueConstant>1</motorTorqueConstant>
14
 
      <pulsesPerRevolution>90000</pulsesPerRevolution>
15
 
    </transmission>
16
 
 
17
 
  </xacro:macro>
18
 
 
19
 
</robot>