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

Simulation/collision_avoidance #6

Closed mldxo closed 4 months ago

mldxo commented 4 months ago

Fixed evade maneuver being resetted too fast - just after calculating negative time to closest approach. Now, it is resetted after having safe zone free. Added temporal fix to simulation's physics, where mass timeout of pitch angle is now approaximated for avoiding steep climp bug. There also was limiter added for pitch angle setting: range of (-45,45) degrees