Skip to content

Commit

Permalink
Merge pull request #50 from Rione/fix/kalman_ball_filter
Browse files Browse the repository at this point in the history
⚠️ commented out
  • Loading branch information
Tamagoham authored Jul 16, 2024
2 parents 0e6e09c + 45d8c3b commit b6a6654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visionreceive.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func VisionReceive(chvision chan bool, port int, ourteam int, goalpos int, simmo

filtered_ball_x = float32(ObPosX * 1000)
filtered_ball_y = float32(ObPosY * 1000)
log.Println("filtered_ball_x: ", filtered_ball_x, "filtered_ball_y: ", filtered_ball_y, "X: ", ball.GetX(), "Y: ", ball.GetY())
// log.Println("filtered_ball_x: ", filtered_ball_x, "filtered_ball_y: ", filtered_ball_y, "X: ", ball.GetX(), "Y: ", ball.GetY())

}

Expand Down

0 comments on commit b6a6654

Please sign in to comment.