9 #ifndef CPathPlanningMethod_H
10 #define CPathPlanningMethod_H
65 virtual void computePath(
69 std::deque<mrpt::math::TPoint2D> &path,
71 float maxSearchPathLength = -1
A virtual base class for computing the optimal path for a robot from a origin location to a target po...
float occupancyThreshold
The maximum occupancy probability to consider a cell as an obstacle, default=0.5. ...
virtual ~CPathPlanningMethod()
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.
float minStepInReturnedPath
The minimum distance between points in the returned found path (default=0.4); Notice that full grid r...
This base class provides a common printf-like method to send debug information to std::cout...