Skip to content

Commit

Permalink
Revert incorrect docstring under Target
Browse files Browse the repository at this point in the history
  • Loading branch information
yck011522 committed May 30, 2024
1 parent 5334327 commit 9343064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compas_fab/robots/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class Target(Data):
pose, configuration, and joint constraints. Dynamic targets such as
velocity, acceleration, and jerk are not yet supported.
Waypoints are intended to be used for motion planning with a planning backend by using :meth:`compas_fab.robot.plan_motion`.
Different backends might support different types of
Targets are intended to be used as arguments for the Backend's motion
planning methods. Different backends might support different types of
targets.
Attributes
Expand Down

0 comments on commit 9343064

Please sign in to comment.