Skip to content

Commit

Permalink
sdf 1.8: Improve docs of collision_bitmask.
Browse files Browse the repository at this point in the history
* added to sdf 1.7 in gazebosim#521

Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed May 17, 2021
1 parent 22764e8 commit f88a955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdf/1.8/surface.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@
</element>

<element name="collide_bitmask" type="unsigned int" default="65535" required="0">
<description>Bitmask for collision filtering. This will override collide_without_contact</description>
<description>Bitmask for collision filtering. This will override collide_without_contact. Parsed as 16-bit unsigned integer.</description>
</element>

<element name="category_bitmask" type="unsigned int" default="65535" required="0">
<description><![CDATA[Bitmask for category of collision filtering. Collision happens if ((category1 & collision2) | (category2 & collision1)) is not zero. If not specified, the category_bitmask should be interpreted as being the same as collide_bitmask.]]></description>
<description><![CDATA[Bitmask for category of collision filtering. Collision happens if ((category1 & collision2) | (category2 & collision1)) is not zero. If not specified, the category_bitmask should be interpreted as being the same as collide_bitmask. Parsed as 16-bit unsigned integer.]]></description>
</element>

<element name="poissons_ratio" type="double" default="0.3" required="0">
Expand Down

0 comments on commit f88a955

Please sign in to comment.