|
#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 & | safetyController (const safe_ctrl::SafetyControllerParams ¶ms) |
aron::data::dto::DictPtr | toAron () const |
NavigationStackConfig & | trajectoryController (const traj_ctrl::local::TrajectoryControllerParams ¶ms) |
virtual | ~NavigationStackConfig ()=default |
Definition at line 55 of file NavigationStackConfig.h.
|
default |
|
virtualdefault |
NavigationStackConfig & general | ( | const GeneralConfig & | cfg | ) |
Definition at line 56 of file NavigationStackConfig.cpp.
NavigationStackConfig & globalPlanner | ( | const global_planning::GlobalPlannerParams & | params | ) |
Definition at line 63 of file NavigationStackConfig.cpp.
bool isValid | ( | ) | const |
checks if at least global planner and trajectory controller are set
Definition at line 35 of file NavigationStackConfig.cpp.
NavigationStackConfig & localPlanner | ( | const local_planning::LocalPlannerParams & | params | ) |
Definition at line 77 of file NavigationStackConfig.cpp.
NavigationStackConfig & safetyController | ( | const safe_ctrl::SafetyControllerParams & | params | ) |
aron::data::dto::DictPtr toAron | ( | ) | const |
Definition at line 27 of file NavigationStackConfig.cpp.
NavigationStackConfig & trajectoryController | ( | const traj_ctrl::local::TrajectoryControllerParams & | params | ) |
Definition at line 91 of file NavigationStackConfig.cpp.