We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc09ea commit 8dc48c1Copy full SHA for 8dc48c1
simple_node/include/simple_node/actions/action_server.hpp
@@ -71,7 +71,7 @@ class ActionServer : public rclcpp_action::Server<ActionT> {
71
72
void wait_for_canceling() {
73
if (this->server_canceled && this->goal_handle != nullptr) {
74
- while (!this->goal_handle->is_cancel_requested()) {
+ while (!this->goal_handle->is_canceling()) {
75
std::this_thread::sleep_for(std::chrono::seconds(1));
76
}
77
0 commit comments