How to include MAVLink library in ROS?
I am trying to establish a serial communication between ROS and Arduino. I want MAVLink to handle the communication protocol between the two. So, how can I include MAVLink library ( https://github.com/mavlink/mavlink ) in ROS? Where should I put the files? and how to compile them in CMakeLists?