mldxo / uav-collision-avoidance

Python project regarding implementation of two UAVs physics and collision detection/avoidance simulation.
https://mldxo.github.io/uav-collision-avoidance
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Multiple destination setting for new aircraft #21

Closed mldxo closed 3 months ago

mldxo commented 4 months ago

Description When setting up a new aircraft, it's initial destination is set twice, which results in destination stacking warning.

To Reproduce Steps to reproduce the behavior:

  1. Run the app
  2. Check current log
  3. Scroll down to aircraft creation
  4. See error

Expected behavior There should be no warnings - resetting the aircrafts should be consistent.

mldxo commented 3 months ago

Patched in one of previous PRs,