地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LM ce33abdad7 Added MAVLink examples 14 years ago
..
.gitignore Added MAVLink examples 14 years ago
README Added MAVLink examples 14 years ago
mavlink_udp.c Added MAVLink examples 14 years ago

README

A more detailed version of this quickstart is available at:

http://qgroundcontrol.org/dev/mavlink_linux_integration_tutorial

MAVLINK UDP QUICKSTART INSTRUCTIONS
===================================

MAVLink UDP Example for *nix system (Linux, MacOS, BSD, etc.)

To compile with GCC, just enter:

gcc -I ../../include/common -o mavlink_udp mavlink_udp.c

To run, type:

./mavlink_udp


If you run QGroundControl on the same machine, a MAV should pop up.