Represents a point in time.
const std::string SafetyStopTriggered
const std::string GoalReached
const std::string SafetyThrottlingTriggered
const std::string UserAbortTriggered
const std::string LocalTrajectoryUpdated
const std::string MovementStarted
const std::string WaypointReached
const std::string GlobalTrajectoryUpdated
const std::string GlobalPlanningFailed
const std::string InternalError
const std::string LocalPlanningFailed
This file is part of ArmarX.
armarx::core::time::DateTime timestamp
Event describing that the global trajectory was updated.
core::GlobalTrajectory trajectory
Event describing that the targeted goal was successfully reached.
Event describing the occurance of an internal unhandled error.
Event describing that the local trajectory was updated.
core::LocalTrajectory trajectory
Event describing that for security reasons, the robot was stopped completely.
Event desciribing that a significant safety throttling factor was reached.
float throttlingFactor
Ratio of throttled velocity divided by desired velocity.
Event describing that the user aborted the current execution.
Event describing that a user-defined waypoint was successfully reached.