Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gem's requirements #38

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down