![]() |
Parasol Planning Library (PPL)
|
The outputs for an individual robot. More...
#include <MPSolution.h>
Public Member Functions | |
RobotSolution ()=default | |
RobotSolution (Robot *const _robot, StatClass *const _stats) | |
Data Fields | |
std::unique_ptr< RoadmapType > | freeMap |
The free-space roadmap. More... | |
std::unique_ptr< RoadmapType > | obstMap |
The obstacle-space roadmap. More... | |
std::unique_ptr< Path > | path |
The current solution path. More... | |
std::unique_ptr< LocalObstacleMap > | lom |
The local obstacle map. More... | |
The outputs for an individual robot.
|
default |
Initialize a solution for a single robot.
_robot | The robot. |
_stats | The stats object for timing. |
std::unique_ptr<RoadmapType> MPSolutionType::RobotSolution::freeMap |
The free-space roadmap.
std::unique_ptr<LocalObstacleMap> MPSolutionType::RobotSolution::lom |
The local obstacle map.
std::unique_ptr<RoadmapType> MPSolutionType::RobotSolution::obstMap |
The obstacle-space roadmap.
std::unique_ptr<Path> MPSolutionType::RobotSolution::path |
The current solution path.