enum mrpt::nav::PTGCollisionBehavior
Overview
Defines behaviors for where there is an obstacle inside the robot shape right at the beginning of a PTG trajectory. More…
#include <CParameterizedTrajectoryGenerator.h> enum PTGCollisionBehavior { BACK_AWAY = 0, STOP, };
Detailed Documentation
Defines behaviors for where there is an obstacle inside the robot shape right at the beginning of a PTG trajectory.
See also:
Used in CParameterizedTrajectoryGenerator::COLLISION_BEHAVIOR
Enum Values
BACK_AWAY
Favor getting back from too-close (almost collision) obstacles.
STOP
Totally disallow any movement if there is any too-close (almost collision) obstacle.