You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,10 @@ Example:
78
78
```
79
79
80
80
## 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).
82
82
2. Source your `ros2` environment:
83
83
```shell
84
-
source /opt/ros/humble/setup.bash
84
+
source /opt/ros/$ROS_DISTRO/setup.bash
85
85
```
86
86
**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.
0 commit comments