I can start up a SITL copter and connect to it with MAVProxy. However, when I pass the --map flag to my mavproxy command, my Python crashes. Is this a version-incompatibility issue or something else?
I’m running Python 3.8.4, dronekit 2.9.2, dronekit-sitl 3.3.0, MAVProxy 1.8.20, pymavlink 2.4.8 on MacOS-Catalina. What are your thoughts/suggestions? What versions are working for you?
Start dronekit-sitl in one terminal:
dronekit-sitl copter
Connect with MAVProxy in a second terminal:
mavproxy.py --master tcp:127.0.0.1:5760 --sitl 127.0.0.1:5501 --out 127.0.0.1:14550 --out 127.0.0.1:14551 --console --map
And…
Python poops itself.