Skip to content

Commit 6483c25

Browse files
authored
Expand SDF description on link kinematic property (#1462)
Signed-off-by: Ian Chen <[email protected]>
1 parent fd81923 commit 6483c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdf/1.12/link.sdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</element>
2020

2121
<element name="kinematic" type="bool" default="false" required="0">
22-
<description>If true, the link is kinematic only</description>
22+
<description>If true, the link is kinematic only. A kinematic link does not react to forces such as gravity, applied force / torque, or influences from other dynamic bodies. The link can be animated by changing its position or velocity. Kinematic links can also be connected by joints, and moved by joint position or velocity commands.</description>
2323
</element>
2424

2525
<element name="must_be_base_link" type="bool" default="false" required="0">

0 commit comments

Comments
 (0)