Skip to content

Commit

Permalink
Grammar update
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Castro <[email protected]>
  • Loading branch information
AndyZe and sea-bass authored Sep 16, 2024
1 parent bcb98e0 commit 0f62863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/ikfast/ikfast_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The process of creating the IKFast MoveIt plugin comprises several steps, perfor

ros2 run collada_urdf urdf_to_collada $MYROBOT_NAME.urdf $MYROBOT_NAME.dae

Sometimes floating point issues arise in converting a URDF file to Collada, which prevents OpenRAVE to find IK solutions.
Sometimes floating point issues arise in converting a URDF file to Collada, which prevents OpenRAVE from finding IK solutions.
Using a utility script, one can easily round all numbers down to n decimal places in your .dae file.
From experience we recommend 5 decimal places, but if the OpenRave ikfast generator takes too long to find a solution (say more than an hour), lowering the accuracy should help. For example: ::

Expand Down

0 comments on commit 0f62863

Please sign in to comment.