uci-uav-forge / uavf_2024

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

Drone tracking #200

Closed SuvirBajaj closed 5 months ago

SuvirBajaj commented 5 months ago

Added the function moving_target_path that simulates and visualizes tracking of a moving target by a drone camera. Also added some basic tests to call the function including refactoring test_stationary_target to utilize it.

EricPedley commented 5 months ago

Next time you make refactoring changes like this, branch off the latest main instead of working on the same feature branch. I'm fairly confident that's the reason you're getting merge conflicts

EricPedley commented 5 months ago

closing as duplicate of #201