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

Uniform y-coordinate direction #33

Open mldxo opened 3 months ago

mldxo commented 3 months ago

Problem Projected y axis ascends towards window bottom, not the top. Meanwhile, proper axes coordinate system is preserved on plotted aircraft paths image.

Solution Y coordinate should be switched to grow up while being projected on 2D space.