Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Observer improvements #131

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

WIP: Observer improvements #131

wants to merge 29 commits into from

Commits on Jun 26, 2024

  1. Only output balls that have 3+ observations

    This prevents the ball appearing on random spots, because it's only there for a very short moment
    JornJorn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e4a4204 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Avoid copying balls

    JornJorn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    202cb4f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Implement ball-robot collision for ball estimation for the Kalman. Th…

    …is helps in a quicker correct velocity+position for the ball after a collision, and prevents the ball from traveling through a robot for a bit.
    
    Still need to add the usage of robotparameters
    JornJorn committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6bf3738 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. remove reset covariance

    JornJorn committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    7d726ac View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    bf57def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f30585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce8c12a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37ee6f6 View commit details
    Browse the repository at this point in the history
  5. Add kickEvent

    JornJorn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    00a8e11 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    2a41997 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Implement Chip/Kick Trajectories

    Add kick estimator
    JornJorn committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ab26d7d View commit details
    Browse the repository at this point in the history
  2. Add chip estimator

    Everything _seems_ to be working, now all that is left is to actual use the results
    JornJorn committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7be6395 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    fc5ec52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8509157 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Fix docker

    Becky committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    185f774 View commit details
    Browse the repository at this point in the history
  2. Fix docker and tests perhaps

    Becky committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e1ea04f View commit details
    Browse the repository at this point in the history
  3. Add dlib to release as well

    Becky committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    619a88d View commit details
    Browse the repository at this point in the history
  4. Docker fix for real

    Becky committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fa73ae8 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    a919d2a View commit details
    Browse the repository at this point in the history
  6. Oeps

    Becky committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6b2832d View commit details
    Browse the repository at this point in the history
  7. Oeps

    Becky committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6b2bb9b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    0c09dca View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    97b1585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd52fa View commit details
    Browse the repository at this point in the history
  3. Move dlib to cpp

    JornJorn committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c1c3112 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fb6b62 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    5eebae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382256f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e71ae8b View commit details
    Browse the repository at this point in the history