Skip to content

Commit

Permalink
Update docs/examples/02_description_models/03_targets.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yck011522 authored May 31, 2024
1 parent 49847ed commit c1dff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/02_description_models/03_targets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ It is created by a list of :class:`compas.geometry.Frame` objects or alternative

The :class:`compas_fab.robots.PointAxisWaypoints` class is used for specifying a list of waypoints based on
the Point-Axis concept used in the :class:`compas_fab.robots.PointAxisTarget`. Compared to
:class:`~compas_fab.robots.FrameWaypoints`, this class allows for specifying a targets where the rotation
:class:`~compas_fab.robots.FrameWaypoints`, this class allows for specifying targets where the rotation
around the Z-axis is not fixed. This is useful for example when the robot is using a cylindrical tool
to perform a task, for example 3D printing, welding or drilling. The freely rotating axis is defined relative
to the Z-axis of the tool coordinate frame (TCF). Note that the orientation of the tool
Expand Down

0 comments on commit c1dff0a

Please sign in to comment.