ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Use the action client + goal handle you sent the navigation request with to cancel it https://docs.ros2.org/latest/api/rclcpp_action/classrclcpp__action_1_1Client.html
2 | No.2 Revision |
Use the action client + goal handle you sent the navigation request with to cancel it https://docs.ros2.org/latest/api/rclcpp_action/classrclcpp__action_1_1Client.html
This is discussed in the action tutorials.