ros2_action_cancel_goal
Cancel an executing ROS2 action goal by specifying the action name and goal ID to stop unwanted robot behavior.
Instructions
Cancel an executing ROS2 action goal.
Args:
action_name: Name of the action
goal_id: Identifier of the goal to cancel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | ||
| action_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |