Team766 / MaroonFramework

Sketching ideas for an improved robot software framework
Other
2 stars 16 forks source link

Beacon position sensor for simulator #21

Closed rcahoon closed 1 year ago

rcahoon commented 1 year ago

Add a new HAL sensor type for reading the pose of localization beacons relative to the robot's pose. Also add an implementation for the simulator (other HAL targets are stubbed for now). This will be used initially for developing AprilTag-based localization in the simulator

Some example code can be seen in https://github.com/Team766/MaroonFramework/commit/af7130020d656d9df68287ae60a4137956fd609d


This change is Reviewable