Pymavlink - How can I set the computer out?

Hi Guys,

I'm trying to set the computer out using Pymavlink, but I don't know how can I do this.

Using following command on Mavproxy it works fine:

mavproxy.py --master=/dev/ttyACM0 --baudrate 115200 --out=192.168.1.10:14550 --aircraft MyCopter --console --map

I want to know how can I do the same thing using pymavlink:

from pymavlink import mavutil

# create a mavlink serial instance
master = mavutil.mavlink_connection(device="/dev/ttyACM0", baud=115200, source_system=255)

Thanks,

Warley Rocha Mendes

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Activity