Goal: We want to experiment with detecting cars using April tags on the back of the vehicles.
Really high-level overview:
- Detect April Tags
- Associate Tag with ID for each vehicle
- 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:
- Node parameters configurable through the launch file
- Can detect April Tags
- Can associate tag to car Id
- Can place an obstacle where the car is currently located
Goal: We want to experiment with detecting cars using April tags on the back of the vehicles.
Really high-level overview:
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: