Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix instructions: Only the Kinetic distro actually works for MAVLink 2.0
  • Loading branch information
LorenzMeier authored Aug 4, 2016
1 parent 86da003 commit cc1da11
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mavros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,8 @@ catkin init
wstool init src

# 2. Install MAVLink
# you may run from this line to update ros-*-mavlink package
rosinstall_generator mavlink | tee -a /tmp/mavros.rosinstall
# alternative: to build master on Indigo or Jade:
# rosinstall_generator --rosdistro kinetic --upstream mavlink | tee -a /tmp/mavros.rosinstall
# we use the Kinetic reference for all ROS distros as its not distro-specific and up to date
rosinstall_generator --rosdistro kinetic --upstream mavlink > /tmp/mavros.rosinstall

# 3. Install MAVROS: get source (upstream - released)
rosinstall_generator --upstream mavros | tee /tmp/mavros.rosinstall
Expand Down

0 comments on commit cc1da11

Please sign in to comment.