Skip to content

Commit 25a1f6a

Browse files
committed
fix donna reacts to button pressed
1 parent b5d1b44 commit 25a1f6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bitbots_lowlevel/bitbots_buttons/src/button_node.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class ButtonNode : public rclcpp::Node {
3636

3737
if (manual_penalty_mode_) {
3838
manual_penalize_client_ = this->create_client<bitbots_msgs::srv::ManualPenalize>("manual_penalize");
39-
manual_penalty_mode_ = manual_penalize_client_->wait_for_service(3s);
4039
}
4140

4241
foot_zero_client_ = this->create_client<std_srvs::srv::Empty>("set_foot_zero");

0 commit comments

Comments
 (0)