|
|
#include <armarx/navigation/core/GoalReachedConfig.h>
Public Member Functions | |
| aron::data::DictPtr | toAron () const |
Static Public Member Functions | |
| static GoalReachedConfig | FromAron (const aron::data::DictPtr &dict) |
Public Attributes | |
| float | angularVelTh {VirtualRobot::MathTools::deg2rad(5.F)} |
| int | filterCount {5} |
| float | linearVelTh {100.F} |
| float | oriTh {VirtualRobot::MathTools::deg2rad(8.F)} |
| float | posTh {45.F} |
Definition at line 12 of file GoalReachedConfig.h.
|
static |
Definition at line 24 of file GoalReachedConfig.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| aron::data::DictPtr toAron | ( | ) | const |
| float angularVelTh {VirtualRobot::MathTools::deg2rad(5.F)} |
Definition at line 18 of file GoalReachedConfig.h.
| int filterCount {5} |
Definition at line 20 of file GoalReachedConfig.h.
| float linearVelTh {100.F} |
Definition at line 17 of file GoalReachedConfig.h.
| float oriTh {VirtualRobot::MathTools::deg2rad(8.F)} |
Definition at line 15 of file GoalReachedConfig.h.
| float posTh {45.F} |
Definition at line 14 of file GoalReachedConfig.h.