9 #ifndef CPathPlanningCircularRobot_H
10 #define CPathPlanningCircularRobot_H
59 std::deque<mrpt::math::TPoint2D> &path,
61 float maxSearchPathLength = -1
A virtual base class for computing the optimal path for a robot from a origin location to a target po...
float robotRadius
The aproximate robot radius used in the planification.
virtual ~CPathPlanningCircularRobot()
Destructor.
A class for storing an occupancy grid map.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A class used to store a 2D pose.
An implementation of CPathPlanningMethod.