Ryan Zhang
Ryan Zhang
Refactors `ThemeContext`, `ModalContext`, and `PanelContext` to follow React Fast Refresh guidelines by exporting only components/hooks. Moves helpers to separate `.ts` files to avoid full reloads on UI changes. More info...
Avoids failing robot import if cache building fails. Return raw buffer wrapped in MirabufCacheInfo as a fallback.
## Task Implement a camera "sensor" for code sim that sends a video stream to the robot that can be processed for vision (the equivalent of using a usb webcam)....
## Task Add a confirmation dialog when removing a Dev Tools–placed scoring zone, allowing the user to either remove it temporarily (current behavior) or permanently by also deleting it from...
Finish accelerometer implementation for code simulation. [Jira Ticket](https://jira.autodesk.com/secure/RapidBoard.jspa?rapidView=13402&projectKey=AARD&view=detail&selectedIssue=AARD-1924#) ## Symptom The accelerometer (ADXL362) for code simulation wasn't fully implemented last year. Using the built in WPILib accelerometer only returns static...