mavlink / c_uart_interface_example

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

How to send position feedback from motion capture system? #17

Closed mzahana closed 6 years ago

mzahana commented 8 years ago

Hi,

I am interested to send some high-level control commands to pixhawk using MAVLink, indoors. So, I have a motion capture system setup which gives accurate XYZ and orientation. I would like to tell pixhawk this information in order to use it onboard instead of e.g. GPS. How can I do that?

Thanks.