54 operator<<(::std::ostream& os,
const GazeTarget& target)
56 return os <<
"<GazeTarget name=" << target.name <<
", creation=" << target.creationTimestamp
57 <<
", priority=" << target.priority <<
", duration=" << target.duration
58 <<
", position=" << target.position.toEigen().transpose() <<
" (frame "
59 << target.position.agent <<
"/" << target.position.frame <<
")>";
static DateTime Now()
Current time on the virtual clock.
static DateTime Invalid()
The FramedPosition class.
Represents a point in time.
bool isExpired(std::optional< DateTime > reference=std::nullopt) const
armarx::core::time::Duration duration
armarx::DateTime activationTimestamp
armarx::DateTime creationTimestamp
The Priority of a GazeTarget.
::std::ostream & operator<<(::std::ostream &os, const GazeTarget &target)