gem.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "gem_name": "ROS2",
  3. "version": "3.3.0",
  4. "platforms": [
  5. "Linux"
  6. ],
  7. "display_name": "ROS2",
  8. "license": "Apache-2.0",
  9. "license_url": "https://opensource.org/licenses/Apache-2.0",
  10. "origin": "RobotecAI",
  11. "origin_url": "https://robotec.ai",
  12. "source_control_uri": "https://github.com/o3de/o3de-extras/development/Gems/ROS2",
  13. "type": "Code",
  14. "summary": "Tools and components to support creating simulations for ROS 2 systems such as robots",
  15. "canonical_tags": [
  16. "Gem"
  17. ],
  18. "user_tags": [
  19. "ROS2"
  20. ],
  21. "compatible_engines": [
  22. "o3de-sdk>=4.2.0",
  23. "o3de>=4.2.0"
  24. ],
  25. "icon_path": "preview.png",
  26. "requirements": "Requires ROS 2 installation (supported distributions: Humble and Jazzy). Source your workspace before building the Gem",
  27. "documentation_url": "https://docs.o3de.org/docs/user-guide/gems/reference/robotics/ros2/",
  28. "dependencies": [
  29. "Atom_RPI",
  30. "Atom_Feature_Common",
  31. "Atom_Component_DebugCamera",
  32. "CommonFeaturesAtom",
  33. "PhysX5",
  34. "PrimitiveAssets",
  35. "StartingPointInput"
  36. ],
  37. "restricted": "ROS2",
  38. "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
  39. "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2-3.3.0-gem.zip"
  40. }