-
Notifications
You must be signed in to change notification settings - Fork 11
/
README
30 lines (23 loc) · 788 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
MAVLINK to ROS BRIDGE
This ROS node allow to send and receive MAVLINK packets from either an
autopilot board, wireless link (Ground Control Station) or from the MAVCONN/LCM
middleware.
For help, please visit the mailing list: http://groups.google.com/group/mavlink
MAVLINK is documented at:
http://qgroundcontrol.org/mavlink/
ROS is documented at:
http://ros.org
INSTALLATION:
Assuming you're familiar with ROS:
# Checkout the source code
git clone <this repository url>
# Add the folder to the ROS package list
gedit ~/.bashrc
# Add this line (ADJUST THE FOLDER!!!)
export ROS_PACKAGE_PATH=~/pixhawk/mavlink-ros-pkg:$ROS_PACKAGE_PATH
# Reload bash rc
source ~/.bashrc
# Change to the directory
cd mavlink-ros-pkg
rosmake lcm_mavlink_ros
# Use the executables in the bin directory