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 b5d1b44 commit 25a1f6aCopy full SHA for 25a1f6a
bitbots_lowlevel/bitbots_buttons/src/button_node.cpp
@@ -36,7 +36,6 @@ class ButtonNode : public rclcpp::Node {
36
37
if (manual_penalty_mode_) {
38
manual_penalize_client_ = this->create_client<bitbots_msgs::srv::ManualPenalize>("manual_penalize");
39
- manual_penalty_mode_ = manual_penalize_client_->wait_for_service(3s);
40
}
41
42
foot_zero_client_ = this->create_client<std_srvs::srv::Empty>("set_foot_zero");
0 commit comments