|
|
#include <armarx/navigation/server/Navigator.h>
Classes | |
| struct | Subdivision |
Public Member Functions | |
| core::GlobalTrajectory & | currentGlobalSegment () |
| const core::GlobalTrajectory & | currentGlobalSegment () const |
| GlobalPathSubdivision (const global_planning::GlobalPlannerResult &globalPlan) | |
| bool | useLocalPlanner (bool hasLocalPlanner) |
Public Attributes | |
| std::size_t | currentSegment |
| core::GlobalTrajectory | currentSegmentTrajectory |
| global_planning::GlobalPlannerResult | plan |
| std::vector< Subdivision > | subdivision |
Definition at line 69 of file Navigator.h.
| GlobalPathSubdivision | ( | const global_planning::GlobalPlannerResult & | globalPlan | ) |
Definition at line 72 of file Navigator.cpp.
| core::GlobalTrajectory & currentGlobalSegment | ( | ) |
Definition at line 105 of file Navigator.cpp.
| const core::GlobalTrajectory & currentGlobalSegment | ( | ) | const |
Definition at line 94 of file Navigator.cpp.
| bool useLocalPlanner | ( | bool | hasLocalPlanner | ) |
Definition at line 79 of file Navigator.cpp.
| std::size_t currentSegment |
Definition at line 81 of file Navigator.h.
| core::GlobalTrajectory currentSegmentTrajectory |
Definition at line 82 of file Navigator.h.
Definition at line 79 of file Navigator.h.
| std::vector<Subdivision> subdivision |
Definition at line 80 of file Navigator.h.