[ros-users] [Discourse.ros.org] [Embedded] Low level encapsu…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Khancyr via ros-users
Date:  
To: ros-users
CC: Khancyr
Subject: [ros-users] [Discourse.ros.org] [Embedded] Low level encapsulation of Mavros messages using MAVLink


Hello,

I didn't fully understand what you tried to do. But here is some clue:
MAVROS is just a bridge between ROS messaging and Mavlink.

About Mavlink usage. The only need message is really the heartbeat as it contains essential status information and implement the mavlink routing feature. Mavlink C implementation already got big helpers function to help you implement the sender and receiver functions.

Mavlink common.xml implements a set of common usefull message. If those don't suit you, you can easily create your own set of message ... but you will need to compile MAVROS yourself to include your messages. MAVROS only undestand message from https://github.com/mavlink/mavlink/tree/master/message_definitions/v1.0

You will find more help here :
https://mavlink.io/en/
https://discuss.ardupilot.org/t/mavlink-and-arduino-step-by-step/25566/2





---
[Visit Topic](https://discourse.ros.org/t/low-level-encapsulation-of-mavros-messages-using-mavlink/7247/2) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>