Skip to content

Commit

Permalink
Add missing period in documentation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588127219
Change-Id: Ib39808f303cebb6c619d1119024e9a1352326473
  • Loading branch information
kevinzakka authored and copybara-github committed Dec 5, 2023
1 parent 5e9906b commit 899ba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/XMLreference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4620,7 +4620,7 @@ joint types (slide and hinge) can be used.
:at:`polycoef`: :at-val:`real(5), "0 1 0 0 0"`
Coefficients a0 ... a4 of the quartic polynomial. If the two joint values are y and x, and their reference positions
(corresponding to the joint values in the initial model configuration) are y0 and x0, the constraint is:
y-y0 = a0 + a1*(x-x0) + a2*(x-x0)^2 + a3*(x-x0)^3 + a4*(x-x0)^4
y-y0 = a0 + a1*(x-x0) + a2*(x-x0)^2 + a3*(x-x0)^3 + a4*(x-x0)^4.
Omitting the second joint is equivalent to setting x = x0, in which case the constraint is y = y0 + a0.


Expand Down

0 comments on commit 899ba4b

Please sign in to comment.