ut-ras / robomaster

Firmware for the Stampede RoboMaster team at UT Austin
http://ras.ece.utexas.edu/committees/robomaster
GNU General Public License v3.0
17 stars 5 forks source link

Add new features to HUD #147

Open vinle0 opened 1 month ago

vinle0 commented 1 month ago

Would also need to allow for modular design, where we can add and manage additional HUD elements in the future

github-actions[bot] commented 1 month ago

This code needs to be tested on robot hardware before it can be merged. Once everything is confirmed to be working, please remove the needs-testing label.

vinle0 commented 5 days ago

Currently, there is an abstract class for the basic framework of the graphics. Any specialized graphics will inherit this class; there's some problem with the abstract class pointers in the client subsystem that will need fixing.