|
|
#include <armarx/navigation/server/monitoring/GoalReachedMonitor.h>
Classes | |
| struct | Status |
Public Member Functions | |
| const GoalReachedMonitorConfig | getConfig () const |
| const core::Pose & | goal () const noexcept |
| bool | goalReached (bool filter=true) const noexcept |
| GoalReachedMonitor (const core::Pose &goal, const core::Scene &scene, const GoalReachedMonitorConfig &config) | |
| GoalReachedMonitor (GoalReachedMonitor &&other) noexcept | |
| GoalReachedMonitor & | operator= (GoalReachedMonitor &&) noexcept |
| Status | status () const |
| void | updateGoal (const core::Pose &newGoal) |
| virtual | ~GoalReachedMonitor ()=default |
Definition at line 38 of file GoalReachedMonitor.h.
| GoalReachedMonitor | ( | const core::Pose & | goal, |
| const core::Scene & | scene, | ||
| const GoalReachedMonitorConfig & | config ) |
Definition at line 14 of file GoalReachedMonitor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtualdefault |
Here is the call graph for this function:
|
noexcept |
| const GoalReachedMonitorConfig getConfig | ( | ) | const |
Definition at line 112 of file GoalReachedMonitor.cpp.
|
noexcept |
|
noexcept |
Definition at line 23 of file GoalReachedMonitor.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
| GoalReachedMonitor::Status status | ( | ) | const |
| void updateGoal | ( | const core::Pose & | newGoal | ) |