PPL API Reference |
|
---|
The outputs for an individual robot. More...
Public Member Functions | |
RobotSolution (Robot *const _robot, StatClass *const _stats) | |
Public Attributes | |
std::unique_ptr< RoadmapType > | freeMap |
The free-space roadmap. | |
std::unique_ptr< RoadmapType > | obstMap |
The obstacle-space roadmap. | |
std::unique_ptr< Path > | path |
The current solution path. | |
std::unique_ptr< LocalObstacleMap > | lom |
The local obstacle map. | |
The outputs for an individual robot.
MPSolutionType< MPTraits >::RobotSolution::RobotSolution | ( | Robot *const | _robot, |
StatClass *const | _stats | ||
) |
Initialize a solution for a single robot.
_robot | The robot. |
_stats | The stats object for timing. |