uci-uav-forge / uavf_2024

MIT License
2 stars 0 forks source link

Drone tracking #200

Closed SuvirBajaj closed 1 month ago

SuvirBajaj commented 1 month 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 1 month 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 1 month ago

closing as duplicate of #201