Releases: project-neon/NeonFC-SSL
Releases · project-neon/NeonFC-SSL
CBR 2024
This release contains the code used during CBR 2024.
Although we consider that it lacks functionalities to be a proper release, it contains basic Python implementations that may help other teams get started in the category, especially when it comes to communication between league software.
Some known issues are:
- GameState state machine: Cannot properly track some state changes or determine which team has ball possession.
- Game Controller protobuf parser module: Crashes in unknown situations
- Coach: Behaves undesirably with few robots (n ≤ 2) and cannot attack.
- Kicking and passing: These functionalities are untested and not properly parameterized.