Browse Source

Stretch 2 URDF wheel axis fix

pull/89/head
Mohamed Fazil 1 year ago
parent
commit
31291d4b95
3 changed files with 10 additions and 10 deletions
  1. +4
    -4
      stretch_description/batch/mitski/urdf/stretch_main.xacro
  2. +4
    -4
      stretch_description/batch/nina/urdf/stretch_main.xacro
  3. +2
    -2
      stretch_description/urdf/stretch_main.xacro

+ 4
- 4
stretch_description/batch/mitski/urdf/stretch_main.xacro View File

@ -99,8 +99,8 @@
<child
link="link_right_wheel" />
<axis
xyz="0 0 -1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="{joint_spring_stiffness}"/>
xyz="0 0 1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="${joint_spring_stiffness}"/>
</joint>
<link
@ -155,8 +155,8 @@
<child
link="link_left_wheel" />
<axis
xyz="0 0 -1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="{joint_spring_stiffness}"/>
xyz="0 0 1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="${joint_spring_stiffness}"/>
</joint>
<link name="caster_link">

+ 4
- 4
stretch_description/batch/nina/urdf/stretch_main.xacro View File

@ -99,8 +99,8 @@
<child
link="link_right_wheel" />
<axis
xyz="0 0 -1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="{joint_spring_stiffness}"/>
xyz="0 0 1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="${joint_spring_stiffness}"/>
</joint>
<link
@ -155,8 +155,8 @@
<child
link="link_left_wheel" />
<axis
xyz="0 0 -1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="{joint_spring_stiffness}"/>
xyz="0 0 1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="${joint_spring_stiffness}"/>
</joint>
<link name="caster_link">

+ 2
- 2
stretch_description/urdf/stretch_main.xacro View File

@ -99,7 +99,7 @@
<child
link="link_right_wheel" />
<axis
xyz="0 0 -1" />
xyz="0 0 1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="${joint_spring_stiffness}"/>
</joint>
@ -155,7 +155,7 @@
<child
link="link_left_wheel" />
<axis
xyz="0 0 -1" />
xyz="0 0 1" />
<dynamics damping="${joint_damping}" friction="${joint_friction}" spring_reference="${joint_spring_reference}" spring_stiffness="${joint_spring_stiffness}"/>
</joint>

Loading…
Cancel
Save