9 #ifndef PlannerSimple2D_H
10 #define PlannerSimple2D_H
69 std::deque<mrpt::math::TPoint2D> &path,
71 float maxSearchPathLength = -1
A class for storing an occupancy grid map.
Searches for collision-free path in 2D occupancy grids for holonomic circular robots.
float occupancyThreshold
The maximum occupancy probability to consider a cell as an obstacle, default=0.5
float robotRadius
The aproximate robot radius used in the planification. Default is 0.35m.
float minStepInReturnedPath
The minimum distance between points in the returned found path (default=0.4); Notice that full grid r...
virtual ~PlannerSimple2D()
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.