|
|
#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 67 of file Navigator.h.
| GlobalPathSubdivision | ( | const global_planning::GlobalPlannerResult & | globalPlan | ) |
Definition at line 68 of file Navigator.cpp.
| core::GlobalTrajectory & currentGlobalSegment | ( | ) |
Definition at line 101 of file Navigator.cpp.
| const core::GlobalTrajectory & currentGlobalSegment | ( | ) | const |
Definition at line 90 of file Navigator.cpp.
| bool useLocalPlanner | ( | bool | hasLocalPlanner | ) |
Definition at line 75 of file Navigator.cpp.
| std::size_t currentSegment |
Definition at line 79 of file Navigator.h.
| core::GlobalTrajectory currentSegmentTrajectory |
Definition at line 80 of file Navigator.h.
Definition at line 77 of file Navigator.h.
| std::vector<Subdivision> subdivision |
Definition at line 78 of file Navigator.h.