Skip to content

Commit b38b71b

Browse files
readme: there's now a noetic release branch
1 parent 7f6092c commit b38b71b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The [fanuc_experimental][] repository contains additional packages.
1616

1717
## Contents
1818

19-
Branch naming follows the ROS distribution they are compatible with. `-devel` branches may be unstable. Releases are made from the distribution branches (`hydro`, `indigo`, `kinetic` and 'noetic').
19+
Branch naming follows the ROS distribution they are compatible with. `-devel` branches may be unstable. Releases are made from the distribution branches (`hydro`, `indigo`, `kinetic` and `noetic`).
2020

2121
Older releases may be found in the Github mirror of the old ROS-Industrial [subversion repository][].
2222

@@ -85,8 +85,9 @@ These instructions build the `noetic-devel` branch on a ROS Noetic system:
8585
$ cd $HOME/catkin_ws
8686

8787
# retrieve the latest development version of fanuc. If you'd rather
88-
# use the latest released version, replace 'noetic-devel' with 'kinetic'
89-
# NOTE: 'noetic-devel' is compatible with ROS Noetic. 'kinetic' may not be
88+
# use the latest released version, replace 'noetic-devel' with 'noetic'
89+
# NOTE: 'noetic-devel' is compatible with ROS Noetic. Use the correct branch
90+
# for the OS + ROS version you're building these packages for
9091
$ git clone -b noetic-devel https://github.com/ros-industrial/fanuc.git src/fanuc
9192

9293
# check build dependencies. Note: this may install additional packages,

0 commit comments

Comments
 (0)