Hello,
For our project, we need to run python scripts for arming, disarming, and basic movements on the companion computer alone. For now, we’ve sshed into the pi and created a folder of scripts to run. However, when we do run them, there is always an error thrown on the MAVLink connection line:
>>> master = mavutil.mavlink_connection('udpin:0.0.0.0:14550')
OSError: [Errno 98] Address already in use
I can provide the full code if needed, but I believe the problem lies with the connection line alone. We have made sure that QGroundControl is not running on any of our laptops, and even after a reboot, it still won’t work.
Any ideas about why this is happening?