Skip to content
New issue

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

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

Already on GitHub? # to your account

Investigate other ball models #3386

Open
3 tasks
itsarune opened this issue Oct 24, 2024 · 0 comments
Open
3 tasks

Investigate other ball models #3386

itsarune opened this issue Oct 24, 2024 · 0 comments
Labels
Difficulty - 13 Require a good understanding of relevant systems and tools, and may require some pathfinding Gameplay

Comments

@itsarune
Copy link
Contributor

itsarune commented Oct 24, 2024

Description of the task

BallFilter uses a cached number of vision detections to estimate the ball position and velocity. Our implementation uses a simple linear regression to predict the ball position or velocity.

Other teams such as TIGERs and Zjunlict seem to calibrate their ball model at the start of every game on each field which seems to have a positive effect on their gameplay. Investigate alternate approaches from other teams' TDPs and see if we can improve our ball modelling.

Field testing is ideal, but we are able to simulate some vision drop-outs in simulation using ./tbots.py run thunderscope_main --enable_realism.

Acceptance criteria

Blocked By

Related to

#3381

@itsarune itsarune added Difficulty - 13 Require a good understanding of relevant systems and tools, and may require some pathfinding Gameplay labels Oct 24, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Difficulty - 13 Require a good understanding of relevant systems and tools, and may require some pathfinding Gameplay
Projects
None yet
Development

No branches or pull requests

1 participant