gem.json 1.2 KB

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