Hello,
I’m studying GPS spoofing attacks in a SitL situation, and thus need both the ground truth and the false truth that the drone is sensing. Knowing this, I’m first running the system in Gazebo and I attached a odometry-publisher-system plugin in Gazebo to give the ground truth.
The problem is that this plugin somehow links to the External Vision capability of PX4 as part of the INS, which means that there is now redundant sensors during simulation. This means that even if the system is reading falsified GPS, there are still sufficient true readings for the system to be working normally.
Is there any way to get PX4 to not activate this external vision capability? Or do I need to resort to a different method of finding ground truth (mavros?).