bit-bots / bitbots_main

This git contains all RoboCup code from the Hamburg Bit-Bots.
https://bit-bots.de
MIT License
30 stars 11 forks source link

Handle negative observations / filter rework #480

Closed val-ba closed 1 week ago

val-ba commented 3 weeks ago

Summary

Checks if we should see the ball and bumps covariance if we don't. Also removes kalman filter as we don't have too much noise currently and is simplifies the code and enables more non linear modelling of the ball behavior.

Proposed changes