ppovb5fc7/sdformat/sdf/1.5/contact.sdf

13 lines
541 B
Plaintext
Raw Normal View History

2019-03-25 11:01:43 +08:00
<element name="contact" required="0">
<description>These elements are specific to the contact sensor.</description>
<element name="collision" type="string" default="__default__" required="1">
<description>name of the collision element within a link that acts as the contact sensor.</description>
</element> <!-- End Collision -->
<element name="topic" type="string" default="__default_topic__" required="1">
<description>Topic on which contact data is published.</description>
</element>
</element> <!-- End Contact -->