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