PPL API Reference |
|
---|
The outputs for a robot group. More...
Public Member Functions | |
GroupSolution (RobotGroup *const _group, MPSolutionType *const _solution) | |
Public Attributes | |
std::unique_ptr< GroupRoadmapType > | freeMap |
The free-space roadmap. | |
std::unique_ptr< GroupRoadmapType > | obstMap |
The obstacle-space roadmap. | |
std::unique_ptr< GroupPathType > | path |
The current solution path. | |
The outputs for a robot group.
MPSolutionType< MPTraits >::GroupSolution::GroupSolution | ( | RobotGroup *const | _group, |
MPSolutionType *const | _solution | ||
) |
Initialize a solution for a robot group.
_group | The robot group. |