26 <<
status.gazeTargetID.str() <<
", angular error " <<
status.angularError
27 <<
" rad, lateral error " <<
status.lateralError <<
" mm";
29 if (not
status.message.empty())
31 os <<
", " <<
status.message;
bool wasReached() const
Whether the gaze was fixed on this target at some point.
bool isTerminal() const
Whether the target has left the scheduler's queue for good.
armarx::DateTime reachedTimestamp
const simox::meta::EnumNames< TargetStatus > TargetStatusNames
::std::ostream & operator<<(::std::ostream &os, const GazeTarget &target)
bool isTerminal(const TargetStatus status)
Whether the status is terminal, i.e. the target has left the scheduler's queue for good.