mavlink / c_uart_interface_example

Simple MAVLink to UART interface example for *nix systems
264 stars 257 forks source link

Does example surpport Ardupilot version 4.3.4 #40

Closed aogrcs closed 1 year ago

aogrcs commented 1 year ago

Hi I test this example, I use cuav x7+,the firmware is Ardupilot 4.3.4. I build the example under ubuntu 20.04, everything goes well except run the command

./mavlink_control -d /dev/ttyACM0

it stop at

GOT AUTOPILOT COMPONENT ID: 1

I also find this reference

https://github.com/mavlink/c_uart_interface_example/issues/16

thanks

aogrcs commented 1 year ago

It surpports, I closed this