uci-uav-forge / uavf_2024

Flight software for Student Unmanned Aerial Systems 2024 competition
MIT License
4 stars 0 forks source link

Add GNC tests #161

Closed Thomas-Neill closed 8 months ago

Thomas-Neill commented 8 months ago

Summary

Adds a set of unit tests for dropzone plan generation and GPS <-> meter offset conversions with associated visualizations. Also fixes a bug I found while writing these tests.

Test Plan

I spotchecked the visualizations produced by the tests and they looked good. Also, the bugfix now means the club field dropzone scan works properly in SITL.

Issues