Skip to content

Commit b068845

Browse files
committed
Add sole frames
Signed-off-by: Florian Vahl <florian@flova.de>
1 parent 9ddbec3 commit b068845

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/bitbots_robot/piplus_description/urdf/pi_plus_22dof.urdf.xacro

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,12 @@
642642
<limit lower="-0.78" upper="0.78" effort="20" velocity="5.45" />
643643
<dynamics damping="0.02" friction="0.0"/>
644644
</joint>
645+
<joint name="r_sole_joint" type="fixed">
646+
<origin xyz="-0.051 0 -0.05" rpy="0 0 0" />
647+
<parent link="r_ankle_roll_link" />
648+
<child link="r_sole" />
649+
</joint>
650+
<link name="r_sole"></link>
645651
<link name="l_hip_pitch_link">
646652
<inertial>
647653
<origin xyz="7.921e-05 0.03190246 -0.0001562" rpy="0 0 0" />
@@ -848,4 +854,10 @@
848854
<limit lower="-0.78" upper="0.78" effort="20" velocity="5.45" />
849855
<dynamics damping="0.02" friction="0.0"/>
850856
</joint>
857+
<joint name="l_sole_joint" type="fixed">
858+
<origin xyz="-0.051 0 -0.05" rpy="0 0 0" />
859+
<parent link="l_ankle_roll_link" />
860+
<child link="l_sole" />
861+
</joint>
862+
<link name="l_sole"></link>
851863
</robot>

0 commit comments

Comments
 (0)