Hello community!
I would love to implement computer vision algorithms to estimate the absolute localization of a drone when GPS data is absent. Some exciting discussion happened here: GPS Denied Navigation for long (20km) outdoor UAV missions - #6 by ppoirier - Copter 4.3 - ArduPilot Discourse.
Currently I have set up a simulation with a VTOL that performs a mission that consists on take off, follow waypoints (forward flight mode), and landing.
I’m seeking guidance on how to simulate various GPS failures while following waypoints, and how to incorporate those estimates into the PX4 control loop, adhering closely to the codebase guidelines.
Currently I have tested introducing failures as stated in the docs but I am facing the same problem outlined here: [Bug] System Failure Injection (gps) not working · Issue #22296 · PX4/PX4-Autopilot · GitHub. Are there any workarounds?