Skip to content

Commit 72449e8

Browse files
committed
Add comment on collision checking in Pilz planners
1 parent d5242ce commit 72449e8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/pilz_industrial_motion_planner/pilz_industrial_motion_planner.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ Pilz Industrial Motion Planner
22
==============================
33

44
``pilz_industrial_motion_planner`` provides a trajectory generator to plan standard robot
5-
motions like PTP, LIN, CIRC with the interface of a MoveIt PlannerManager
6-
plugin.
5+
motions like PTP, LIN, CIRC with the interface of a MoveIt PlannerManager plugin.
6+
7+
Note, that these planners are motion generators only, i.e. they don't consider obstacle avoidance.
8+
The intended trajectory (LINear or CIRCular in Cartesian space, or PTP) is computed and only finally tested
9+
for validity regarding collisions. If a collision occurs, the whole trajectory is rejected.
710

811
User Interface MoveGroup
912
------------------------

0 commit comments

Comments
 (0)