Skip to content

Commit

Permalink
Updated gem.json to reflect versioning RFC (#313)
Browse files Browse the repository at this point in the history
Updated gem.json to reflect versioning RFC

Signed-off-by: Adam Dąbrowski <adam.dabrowski@robotec.ai>
Co-authored-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>
Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
  • Loading branch information
3 people authored May 15, 2023
1 parent 295030f commit c05a316
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Gems/ROS2/gem.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"gem_name": "ROS2",
"version": "1.0.0",
"platforms": [
"Linux"
],
"display_name": "ROS2",
"license": "Apache-2.0",
"license_url": "https://opensource.org/licenses/Apache-2.0",
Expand All @@ -13,9 +17,20 @@
"user_tags": [
"ROS2"
],
"compatible_engines": [
"o3de-sdk==1.2.0",
"o3de>=1.2.0"
],
"icon_path": "preview.png",
"requirements": "Requires ros2 installation (supported distributions: foxy, galactic, humble). Source your workspace before building the Gem",
"requirements": "Requires ros2 installation (supported distributions: humble). Source your workspace before building the Gem",
"documentation_url": "https://o3de.org/docs/user-guide/gems/reference/design/ros2/",
"dependencies": [],
"dependencies": [
"Atom_RPI",
"Atom_Feature_Common",
"Atom_Component_DebugCamera",
"CommonFeaturesAtom",
"PhysX",
"StartingPointInput"
],
"restricted": "ROS2"
}

0 comments on commit c05a316

Please sign in to comment.