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.
2 parents b5d1b44 + 25a1f6a commit 30a475fCopy full SHA for 30a475f
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