Skip to content

Commit d8f42bd

Browse files
readme: noetic release was just merged
Still need to wait for the sync, but let's update the readme already.
1 parent b38b71b commit d8f42bd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,29 @@ If you are looking for official support, ask your local Fanuc branch office for
3939

4040
## Installation
4141

42-
Binary packages are available for ROS Kinetic, but not all packages have been released.
42+
Binary packages are available for ROS Noetic, but not all packages have been released.
4343

44-
For installation on newer ROS versions, refer to the *Building* section below.
44+
For building (unreleased) packages on older or newer ROS 1 versions, refer to the *Building* section below.
4545

46-
The following packages have been released (as of 2019-10-09):
46+
The following packages have been released (as of 2025-02-19):
4747

4848
- `fanuc_driver`
4949
- `fanuc_resources`
5050
- all support packages (ie: `fanuc_*_support`)
5151

52-
They can be installed using `apt` (on Ubuntu and Debian).
52+
They can be installed using `apt` (on Ubuntu).
5353

5454
The other packages (MoveIt configurations and plugins) can be built from sources (see the *Building* section below).
5555

5656
### Example
5757

58-
To install `fanuc_m10ia_support` on Ubuntu Xenial for ROS Kinetic (after having followed the normal ROS Kinetic installation tutorial):
58+
To install `fanuc_m10ia_support` on Ubuntu Focal for ROS Noetic (after having followed the normal ROS Noetic installation tutorial):
5959

6060
```
61-
sudo apt install ros-kinetic-fanuc-m10ia-support
61+
sudo apt install ros-noetic-fanuc-m10ia-support
6262
```
6363

64-
This would install `ros-kinetic-fanuc-resources` and `ros-kinetic-fanuc-driver` as well (and all their dependencies).
64+
This would install `ros-noetic-fanuc-resources` and `ros-noetic-fanuc-driver` as well (and all their dependencies).
6565

6666

6767
## Building

0 commit comments

Comments
 (0)