~guihome/sr-ros-interface/compatibility_manipstack2

« back to all changes in this revision

Viewing changes to sr_description/hand/xacro/thumb/thproximal.transmission.xacro

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 12:23:41 UTC
  • Revision ID: ugo@shadowrobot.com-20120723122341-vlkm85bisxyv2wsw
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="thproximal_transmission">
 
8
 
 
9
    <transmission type="sr_mechanism_model/SimpleTransmission" name="thproximal_transmission">
 
10
      <actuator name="THJ4" />
 
11
      <joint name="THJ4" />
 
12
      <mechanicalReduction>1</mechanicalReduction>
 
13
      <motorTorqueConstant>1</motorTorqueConstant>
 
14
      <pulsesPerRevolution>90000</pulsesPerRevolution>
 
15
    </transmission>
 
16
 
 
17
  </xacro:macro>
 
18
 
 
19
</robot>
 
 
b'\\ No newline at end of file'