|
#include <armarx/navigation/server/monitoring/GoalReachedMonitor.h>
Public Member Functions | |
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 |
virtual | ~GoalReachedMonitor ()=default |
Definition at line 45 of file GoalReachedMonitor.h.
GoalReachedMonitor | ( | const core::Pose & | goal, |
const core::Scene & | scene, | ||
const GoalReachedMonitorConfig & | config | ||
) |
Definition at line 11 of file GoalReachedMonitor.cpp.
|
virtualdefault |
|
noexcept |
Definition at line 77 of file GoalReachedMonitor.cpp.
|
noexcept |
Definition at line 72 of file GoalReachedMonitor.cpp.
|
noexcept |
|
noexcept |
Definition at line 83 of file GoalReachedMonitor.cpp.