Skip to content

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.

3 participants