RoboJackets / roboracing-software

ROS packages for the RoboJackets RoboRacing team.
https://robojackets.org/teams/roboracing/
MIT License
75 stars 52 forks source link

April Tag Opponent Detection #356

Open Daniel-Martin576 opened 4 years ago

Daniel-Martin576 commented 4 years ago

Goal: We want to experiment with detecting cars using April tags on the back of the vehicles. Really high-level overview:

  1. Detect April Tags
  2. Associate Tag with ID for each vehicle
  3. Generate hitbox of the opponent car (so that we can dodge it)

Note: Must be able to keep track of multiple cars

New Files Created (at least): rr_evgp/src/tag_detection/tag_detection.cpp

Success Criteria: