Open
Description
Hi, I'm a researcher working on drone data, and I'm trying to make the process of collecting simulation data easier. In that pursuit, I made a python script that executes a series of missions. The architecture that I use is similar to PX4 testing, where the PX4 instance is launched, followed by a mission. However, I noticed that there are times when all 15 missions work fine, and there are times when one of the missions gets hanged upon a connect. I was wondering if there is a way to detect when this happens so that I can either try to reconnect to the vehicle. I'm using PX4, Gazebo, and MAVSDK-Python.