Skip to content

Commit 9ac97b6

Browse files
committed
Update README.md to add more dependencies
- 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)
1 parent cf255cb commit 9ac97b6

File tree

1 file changed

+14
-2
lines changed
  • libraries/edge-control-libraries/fieldbus/robotmctask

1 file changed

+14
-2
lines changed

libraries/edge-control-libraries/fieldbus/robotmctask/README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ sudo apt-get install cmake git build-essential libyaml-cpp-dev libeigen3-dev
2929
3. Install plcopen-motion library:
3030

3131
```shell
32-
sudo apt-get install plcopen-motion-dev plcopen-servo-dev plcopen-ruckig-dev plcopen-databus-dev plcopen-benchmark-dev
32+
sudo apt-get install plcopen-motion-dev plcopen-servo-dev plcopen-ruckig-dev plcopen-databus-dev plcopen-benchmark-dev libshmringbuf-dev
3333
```
3434

3535
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.
3636

3737
```shell
38-
sudo apt-get install ighethercat-dpdk ecat-enablekit-dpdk
38+
sudo apt-get install ighethercat-dpdk ecat-enablekit-dpdk libethercatd-dev
3939
```
4040

4141
5. Follow with below command to install ruckig:
@@ -49,6 +49,18 @@ make
4949
make install
5050
```
5151

52+
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+
5264
# Build
5365

5466
Follow below command to build library and examples:

0 commit comments

Comments
 (0)