Flying with Python Script

Hello everyone.

I have a quadcopter with 3dr telemetry. I want to fly with python script, but cannot connect telemetry with both the script and the MissionPlanner at the same time. I run the script in Windows command line. How can I run them both.

Thank you.

Mission Planner can provide a TCP or UDP MAVLink repeater. Hit Ctrl-F, select MAVLink (left column, 6th option from the top).

Alternatively, refactor your script to run within Mission Planner’s Python environment.

1 Like