Enzo Buono's Discussions (2)

Sort by

Mavlink Command C++

Hi to all.

I have a problem. I am trying to command my 3dr robotics drone with mavlink message. I have write a c++ program and I am able to send mavlink commands. My code is

mavlink_message_t messaggio; //messaggio da inviare
mavlink_command_long_t com

Read more…