bit-bots / bitbots_main

This git contains all RoboCup code from the Hamburg Bit-Bots.
https://bit-bots.de
MIT License
35 stars 12 forks source link

Technical Challenge Obstacle Avoidance #528

Closed confusedlama closed 1 week ago

confusedlama commented 2 months ago

Summary

Our robots must be able to navigate to an arbitrary point on the other side of the playing field. While navigating the field the robot must avoid colored cylinders, while staying within a selected area. The rules for the technical challenge are specified in the rules for the 2024 RoboCup.

Describe the solution you'd like

A vision that is able to detect cylinders of an arbitrary color with an arbitrary size is already implemented in this directory. The range of colors that are isolated can be tuned with dynamic reconfigure.

general changes

Tests

Flova commented 1 week ago

We didn't win the challenge, but we cleared the parkour. I think this is don't for now. Maybe we need a few adjustments for the next year, but we should make separate issues for that.