uci-uav-forge / uavf_2024

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

More tests for Particle Filter #180

Open MinhxNguyen7 opened 7 months ago

MinhxNguyen7 commented 7 months ago

Description

Add tests in https://github.com/uci-uav-forge/uavf_2024/blob/drone-tracking/tests/imaging/drone_tracker_tests.py to test the Kalman filter prediction. We need to simulate the bounding boxes given arbitrary ground truth paths and test the particle filtering against it.

TODOs