A publisher the server navigator will use to notify others about events.
virtual void internalError(const core::InternalErrorEvent &event)=0
Will be called whenever an internal error occurs.
virtual void safetyStopTriggered(const core::SafetyStopTriggeredEvent &event)=0
Will be called whenever a safety stop is triggered.
virtual void waypointReached(const core::WaypointReachedEvent &event)=0
Will be called whenever the navigator reached a user-defined waypoint.
virtual void globalPlanningFailed(const core::GlobalPlanningFailedEvent &event)=0
virtual ~EventPublishingInterface()=default
virtual void movementStarted(const core::MovementStartedEvent &event)=0
virtual void globalTrajectoryUpdated(const core::GlobalTrajectoryUpdatedEvent &event)=0
virtual void safetyThrottlingTriggered(const core::SafetyThrottlingTriggeredEvent &event)=0
Will be called whenever safety throttling is triggered to a certain degree (configurable).
virtual void localTrajectoryUpdated(const core::LocalTrajectoryUpdatedEvent &event)=0
virtual void localPlanningFailed(const core::LocalPlanningFailedEvent &event)=0
virtual void goalReached(const core::GoalReachedEvent &event)=0
Will be called whenever the navigator reached the goal.
virtual void userAbortTriggered(const core::UserAbortTriggeredEvent &event)=0
Will be called whenever the user aborts the current navigation.
This file is part of ArmarX.
Event describing that the global trajectory was updated.
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.
Event describing that for security reasons, the robot was stopped completely.
Event desciribing that a significant safety throttling factor was reached.
Event describing that the user aborted the current execution.
Event describing that a user-defined waypoint was successfully reached.