Skip to main content

ActionStatus

Message type: fourier_msgs/msg/ActionStatus

Description

Reports the execution state of the current navigation action.

Fields

FieldTypeDescription
action_namestringName of the current action.
statusuint8Current status code.
status_descriptionstringHuman-readable status description.
stampbuiltin_interfaces/TimeTimestamp associated with the status.

Status Codes

ValueNameDescription
0STATUS_UNKNOWNUnknown state.
1STATUS_ACCEPTEDThe action has been accepted.
2STATUS_EXECUTINGThe action is executing.
3STATUS_CANCELINGThe action is being canceled.
4STATUS_SUCCEEDEDThe action completed successfully.
5STATUS_CANCELEDThe action was canceled.
6STATUS_ABORTEDThe action was aborted.

Topic Information

  • Topic: /action_status
  • Publisher: robot_monitor_node
  • Publication rate: 1 Hz

Monitored Actions

The following navigation actions are monitored by default:

  • navigate_to_pose: navigate to a target pose
  • spin: rotate in place
  • backup: move backward
  • wait: wait in place