Skip to content

Commit 3936808

Browse files
author
mcbed
committed
updated install doc
1 parent be23072 commit 3936808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ Example:
7878
```
7979

8080
## 2. Building `ethercat_driver_ros2`
81-
1. Install `ros2` packages. The current development is based of `ros2 humble`. Installation steps are described [here](https://docs.ros.org/en/humble/Installation.html).
81+
1. Install `ros2` packages. The current development is based on `ros2 rolling` and compatible with `ros2 humble`. Installation steps are described [here](https://docs.ros.org/en/rolling/Installation.html).
8282
2. Source your `ros2` environment:
8383
```shell
84-
source /opt/ros/humble/setup.bash
84+
source /opt/ros/$ROS_DISTRO/setup.bash
8585
```
8686
**NOTE**: The ros2 environment needs to be sources in every used terminal. If only one distribution of ros2 is used, it can be added to the `~/.bashrc` file.
8787
3. Install `colcon` and its extensions :

0 commit comments

Comments
 (0)