From 70da6e006f01cd6d1937e10ae65fbfe13cf5ac10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20Kami=C5=84ski?= <108540351+alek-kam-robotec-ai@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:00:41 +0200 Subject: [PATCH] Update Gem's requirements --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a8f9e5..37b81e8 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,22 @@ You can also choose one of the presets provided by the ROS2 Gem to create a LiDA - [**Runtime requirements** of the Robotec GPU Lidar](https://github.com/RobotecAI/RobotecGPULidar#runtime-requirements). - Any O3DE project with the [O3DE ROS2 Gem](https://github.com/o3de/o3de-extras/tree/development/Gems/ROS2) enabled. +- The following ROS2 packages installed on your system: + - `cyclonedds`, + - `fastrtps`, + - `radar-msgs`. + + You can install those packages with the following commands: + ```bash + sudo apt install -y ros-${ROS_DISTRO}-cyclonedds ros-${ROS_DISTRO}-rmw-cyclonedds-cpp + sudo apt install -y ros-${ROS_DISTRO}-fastrtps ros-${ROS_DISTRO}-rmw-fastrtps-cpp + sudo apt install -y ros-${ROS_DISTRO}-radar-msgs + ``` ***IMPORTANT:*** *You do not need to download or set up the RobotecGPULidar library itself and only have to meet the **RUNTIME** requirements.* ## Setup - 1. **Clone the Gem's repository.** ```bash git clone https://github.com/RobotecAI/o3de-rgl-gem.git