[Documentation] [TitleIndex] [WordIndex

<contact> element

This element describes a contact attached to the robot body.

Here is a example of the contact element:

   1   <contact name="l_sole_contact" link="l_sole">
   2     <origin xyz="0 0 0" rpy="0 0 0" />
   3     <geometry>
   4       <box size="0.05 0.05 0.05" />
   5     </geometry>
   6     <limit normal_force="400" />
   7   </contact>

Attributes

Elements


2024-04-27 13:05