mavlink / c_uart_interface_example

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

get mission list with c_uart_interface_example #19

Closed linzha0 closed 7 years ago

linzha0 commented 8 years ago

Hi, I am using this c_uart_interface_example to communicate with pixhawk(which is APM stack controller). I've done change the flight mode and RCOverride in Loiter mode and so on. Right now, I want to receive the mission items in AUTO mode, I use some API incommon based on mission tittles. But it seems not work. It supposed have a mission-list kind of API to receive entire list including all the mission items. Could you give me some suggestions? If I am not clear, please correct me. Thanks so much.

lin