Skip to main content

GetCurrentAction

Service type: fourier_msgs/srv/GetCurrentAction

Service name: /get_current_action

Description

Return information about the action currently in progress.

Request

This service has no request fields.

Response

FieldTypeDescription
successboolWhether the operation succeeded.
action_namestringName of the current action.
goal_statusaction_msgs/GoalStatusROS 2 action goal status.
status_descriptionstringHuman-readable status description.

Goal Status Codes

CodeNameDescription
0STATUS_UNKNOWNUnknown state.
1STATUS_ACCEPTEDThe goal has been accepted.
2STATUS_EXECUTINGThe goal is executing.
3STATUS_CANCELINGGoal cancellation is in progress.
4STATUS_SUCCEEDEDThe goal completed successfully.
5STATUS_CANCELEDThe goal was canceled.
6STATUS_ABORTEDThe goal was aborted.