Adam Dąbrowski f3a7ed9ed0 Topic validation (#35) 3 years ago
..
Code f3a7ed9ed0 Topic validation (#35) 2 years ago
Registry 59dc9e1ee8 Initial commit - created ROS2 gem 2 years ago
.gitignore eacec1924e Added workspace folder to gitignore 2 years ago
CMakeLists.txt 476cbd05a5 merge cleaning 2 years ago
LICENSE 3e9f14ad54 Initial commit 2 years ago
README.md 204b98f529 Rename README to README.md 2 years ago
gem.json 820d2e54d1 repo files 2 years ago
repo.json 820d2e54d1 repo files 2 years ago

README.md

O3DE ROS2 Gem

This Gem enables users to develop robotic simulations through ROS2 tools and components.

Adding Gem to your project

To use this Gem in your project, you need to register the Gem with O3DE. First, clone this repository. Then, in o3de folder:

scripts/o3de.sh register --gem-path <PATH_TO_CLONED_ROS2_GEM>
scripts/o3de.sh enable-gem -gn ROS2 -pp <PATH_TO_YOUR_PROJECT>