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

DRAFT: Feature/kick detection #88

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

Conversation

rolfvdhulst
Copy link
Contributor

This PR aims to add methods to observer in order to detect when and where the ball is kicked or touched.

@emielsteerneman
Copy link
Member

Can we somehow combine these RobotParameters

RobotParameters parameters(0.09,0.15,0.1,0.1,0.0);

with the ones from AI::Constants
static constexpr double ROBOT_RADIUS() { return 0.089; }; /**< Radius of the robot */

@rolfvdhulst
Copy link
Contributor Author

@emielsteerneman Yes, that's the eventual plan. The thing is these aren't strictly speaking constants because they can differ per team/match. The plan would be to also send these as parameters to AI.

If a team has robots with a radius which is 1cm smaller this is actually quite significant in predicting how the ball will bounce, so the distinction matters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants