NavigationStackConfig Class Reference

#include <armarx/navigation/client/NavigationStackConfig.h>

Public Member Functions

NavigationStackConfiggeneral (const core::GeneralConfig &cfg)
 
NavigationStackConfigglobalPlanner (const global_planning::GlobalPlannerParams &params)
 
NavigationStackConfiggoalReached (const core::GoalReachedConfig &cfg)
 
bool isValid () const
 checks if at least global planner and trajectory controller are set
 
NavigationStackConfiglocalPlanner (const local_planning::LocalPlannerParams &params)
 
 NavigationStackConfig ()=default
 
NavigationStackConfigsafetyGuard (const safety_guard::SafetyGuardParams &params)
 
aron::data::dto::DictPtr toAron () const
 
virtual ~NavigationStackConfig ()=default
 

Detailed Description

Definition at line 39 of file NavigationStackConfig.h.

Constructor & Destructor Documentation

◆ NavigationStackConfig()

NavigationStackConfig ( )
default
+ Here is the caller graph for this function:

◆ ~NavigationStackConfig()

virtual ~NavigationStackConfig ( )
virtualdefault
+ Here is the call graph for this function:

Member Function Documentation

◆ general()

NavigationStackConfig & general ( const core::GeneralConfig & cfg)

Definition at line 59 of file NavigationStackConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ globalPlanner()

Definition at line 73 of file NavigationStackConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ goalReached()

NavigationStackConfig & goalReached ( const core::GoalReachedConfig & cfg)

Definition at line 116 of file NavigationStackConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isValid()

bool isValid ( ) const

checks if at least global planner and trajectory controller are set

Definition at line 34 of file NavigationStackConfig.cpp.

+ Here is the caller graph for this function:

◆ localPlanner()

Definition at line 88 of file NavigationStackConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ safetyGuard()

NavigationStackConfig & safetyGuard ( const safety_guard::SafetyGuardParams & params)

Definition at line 102 of file NavigationStackConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ toAron()

aron::data::dto::DictPtr toAron ( ) const

Definition at line 26 of file NavigationStackConfig.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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