Skip to content

Rename action state transitions #399

@jacobperron

Description

@jacobperron

Feature request

Feature description

As discussed in the actions design doc, we should rename the goal state transitions to use active verbs.

Basically, the following event names:

GOAL_EVENT_SET_SUCCEEDED,
GOAL_EVENT_SET_ABORTED,
GOAL_EVENT_SET_CANCELED,

can be renamed to

 GOAL_EVENT_SUCCEED, 
 GOAL_EVENT_ABORT, 
 GOAL_EVENT_CANCEL, 

Implementation considerations

This likely affects some downstream dependencies (e.g. rclcpp_action and rclpy), although it should not have a big impact since it's just renaming variables/functions.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions