|
|
#include <armarx/navigation/client/NavigationStackConfig.h>
Public Member Functions | |
| NavigationStackConfig & | general (const core::GeneralConfig &cfg) |
| NavigationStackConfig & | globalPlanner (const global_planning::GlobalPlannerParams ¶ms) |
| NavigationStackConfig & | goalReached (const core::GoalReachedConfig &cfg) |
| bool | isValid () const |
| checks if at least global planner and trajectory controller are set | |
| NavigationStackConfig & | localPlanner (const local_planning::LocalPlannerParams ¶ms) |
| NavigationStackConfig ()=default | |
| NavigationStackConfig & | safetyGuard (const safety_guard::SafetyGuardParams ¶ms) |
| aron::data::dto::DictPtr | toAron () const |
| virtual | ~NavigationStackConfig ()=default |
Definition at line 39 of file NavigationStackConfig.h.
|
default |
Here is the caller graph for this function:
|
virtualdefault |
Here is the call graph for this function:| 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:| NavigationStackConfig & globalPlanner | ( | const global_planning::GlobalPlannerParams & | params | ) |
Definition at line 73 of file NavigationStackConfig.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| 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:| 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:| NavigationStackConfig & localPlanner | ( | const local_planning::LocalPlannerParams & | params | ) |
Definition at line 88 of file NavigationStackConfig.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| 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:| 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: