To start the MAVProxy:
mavproxy.py --master=X --console --map
where X is the connection string to your vehicle.
--master=X
specifies connection address to your vehicle. It could be one of the followings:/dev/ttyUSBX
for Linux andCOMX
for Windows serial connections.tcp:IP:PORT
for local TCP connections.udp:IP:PORT
or justIP:PORT
for local UDP connections.tcpout:IP:PORT
for remote TCP connections.udpout:IP:PORT
for remote UDP connections.
- If master is a serial connection, baud rate can be specified as:
--baudrate=X
or--master=Y,X
where X is the baud rate.
--console
opens the MAVProxy ground control station Console.--map
opens the interactive map interface.