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
- Added libshmringbuf-dev to the plcopen library installation command
- Added libethercatd-dev to the EtherCAT stack installation command
- Added new installation steps for OpenVINO Toolkit (version 2025.3.0) and robot_rviz (ROS Humble package)
4. Install EtherCAT stack and ECAT-Enablekit. Note: You also can follow [Userspace EtherCAT Master Stack](../ethercat-masterstack/docs/igh_userspace.md) and [EtherCAT Enable Kit](../ecat-enablekit/README.md) to build/deploy these packages.
6. Install OpenVINO Toolkit using APT repository. For details, visit the [OpenVINO Toolkit Overview Website](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/overview.html)
53
+
54
+
```shell
55
+
sudo apt install openvino-2025.3.0
56
+
```
57
+
58
+
7. Install robot_rviz
59
+
60
+
```shell
61
+
sudo apt install ros-<ROS2 codename>-ti5-rviz
62
+
```
63
+
52
64
# Build
53
65
54
66
Follow below command to build library and examples:
0 commit comments