mavlink_msg_heartbeat_pack
This function was called in Line 249 of main.c but i cannot find the code for this function in any other c or header file.
Please advise.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
This function was called in Line 249 of main.c but i cannot find the code for this function in any other c or header file.
Please advise.
Asked: 2016-04-07 04:23:34 -0600
Seen: 289 times
Last updated: Apr 07 '16
In the future when asking questions, please include a link to the source code or package that you're trying to compile. There are many, many files named main.c
I suspect this function is part of the generated code for encoding and decoding mavlink messages. You may want to look at the mavlink documentation.
Thanks.
The link is http://docs.ros.org/jade/api/mavlink/...
Where to get the mavlink documentation? I cannot find it in ROS site.
Mavlink is a separate project; it's just included in ROS for convenience. They have their own website: http://qgroundcontrol.org/mavlink/start