I'm using mavlink with a pixhawk flight controller. I want to send and receive packets of data to and from LabView to mavlink. How can I create a link between mavlink and LabView?
Asked
Active
Viewed 279 times
0
-
We need much more detail. Is the 'pixhawk flight controller' hardware or software or both? What are you able to do with this at the moment and what aspect of it do you want LabVIEW to do? I can see that [MAVLink](http://mavlink.io/en/) is a protocol with implementations available in various languages, so one simple option might be to write an interface layer in Python, say - but what are you trying to achieve and what skills do you have? – nekomatic Mar 02 '21 at 11:00
1 Answers
0
MAVLink has a C-library so you should be able to call that from LabView using the Call Library Function Node.

SebDieBln
- 3,303
- 1
- 7
- 21