GlobalPathSubdivision Struct Reference

#include <armarx/navigation/server/Navigator.h>

Classes

struct  Subdivision
 

Public Member Functions

core::GlobalTrajectorycurrentGlobalSegment ()
 
const core::GlobalTrajectorycurrentGlobalSegment () 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< Subdivisionsubdivision
 

Detailed Description

Definition at line 67 of file Navigator.h.

Constructor & Destructor Documentation

◆ GlobalPathSubdivision()

Definition at line 68 of file Navigator.cpp.

Member Function Documentation

◆ currentGlobalSegment() [1/2]

core::GlobalTrajectory & currentGlobalSegment ( )

Definition at line 101 of file Navigator.cpp.

◆ currentGlobalSegment() [2/2]

const core::GlobalTrajectory & currentGlobalSegment ( ) const

Definition at line 90 of file Navigator.cpp.

◆ useLocalPlanner()

bool useLocalPlanner ( bool hasLocalPlanner)

Definition at line 75 of file Navigator.cpp.

Member Data Documentation

◆ currentSegment

std::size_t currentSegment

Definition at line 79 of file Navigator.h.

◆ currentSegmentTrajectory

core::GlobalTrajectory currentSegmentTrajectory

Definition at line 80 of file Navigator.h.

◆ plan

Definition at line 77 of file Navigator.h.

◆ subdivision

std::vector<Subdivision> subdivision

Definition at line 78 of file Navigator.h.


The documentation for this struct was generated from the following files: