Add action_msgs::msg::GoalStatus::STATUS_PREEMPTED#105
Add action_msgs::msg::GoalStatus::STATUS_PREEMPTED#105naiveHobo wants to merge 1 commit intoros2:rollingfrom
Conversation
Signed-off-by: Sarthak Mittal <sarthakmittal2608@gmail.com>
|
I don't think it's as simple as adding a new field to the message, there is also code in |
fujitatomoya
left a comment
There was a problem hiding this comment.
This fix itself is LGTM.
|
@jacobperron mentions that it may be worth adding the PREEMPTING as well - I agree as long as the intention is to add that to the state machine. |
|
@naiveHobo I think the best route here is to add the |
Signed-off-by: Sarthak Mittal sarthakmittal2608@gmail.com
As per ros2/rclcpp#1104 and the corresponding PR ros2/rclcpp#1117, this PR adds
STATUS_PREEMPTEDtoaction_msgs/GoalStatusto refer to a goal that was preempted by the client.