Skip to content

Commit

Permalink
Merge pull request #48 from RoboTeamTwente/dribblerv3
Browse files Browse the repository at this point in the history
commented out bribbler sees ball
  • Loading branch information
JWillegers authored Jul 17, 2024
2 parents bccb423 + 76d8df6 commit 1156822
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Core/Src/dribbler_board/dribbler_board.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ void do_send_ballState(){
sendSeesBall = true;
}

if (mcp_seesBall.dribblerSeesBall != dribbler_hasBall()) {
mcp_seesBall.dribblerSeesBall = dribbler_hasBall();
sendSeesBall = true;
}
// if (mcp_seesBall.dribblerSeesBall != dribbler_hasBall()) {
// mcp_seesBall.dribblerSeesBall = dribbler_hasBall();
// sendSeesBall = true;
// }

if (sendSeesBall) {
MCP_Send_Ball_State();
Expand Down

0 comments on commit 1156822

Please sign in to comment.