ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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

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.