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