Skip to content

Commit c032d5f

Browse files
Fix the typos
Co-authored-by: Jasper van Brakel <[email protected]> Signed-off-by: Sai Kishor Kothakota <[email protected]>
1 parent af81437 commit c032d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xsd/urdf.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@
206206
<xs:attribute name="effort" type="xs:double" default="0" />
207207
<xs:attribute name="velocity" type="xs:double" default="0" />
208208
<xs:attribute name="acceleration" type="xs:double" default="INF" />
209-
<xs:attribute name="decceleration" type="xs:double" default="INF" />
210-
<xs:attribute name="decceleration" type="xs:double" default="INF" />
209+
<xs:attribute name="deceleration" type="xs:double" default="INF" />
210+
<xs:attribute name="jerk" type="xs:double" default="INF" />
211211
</xs:complexType>
212212

213213
<!-- safety controller node type -->

0 commit comments

Comments
 (0)