UBC-Thunderbots / Software

Robot Soccer Playing AI
http://www.ubcthunderbots.ca
GNU Lesser General Public License v3.0
53 stars 110 forks source link

Don't assign tactics to robots if we don't have RobotStatus messages from them #3332

Open itsarune opened 1 day ago

itsarune commented 1 day ago

Description of the task

Currently, SensorFusion constructs a World object with friendly robots that we see with Vision.

Sometimes, a robot may stop being responsive on the field and the AI will still assign a tactic to it. This could be problematic if that robot was assigned to be an important crease defender blocking shots.

Our goal is to combine the vision feedback with the robot status messages we receive in SensorFusion to get a true sense of the robots that we are actually capable of commanding.

Possible implementation:

Acceptance criteria

Blocked By