gem.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "gem_name": "ROS2Sensors",
  3. "version": "1.0.0",
  4. "display_name": "ROS2Sensors",
  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. "type": "Code",
  10. "summary": "Tools and components for simulating sensors with ROS 2 communication interfaces",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "ROS2Sensors"
  16. ],
  17. "platforms": [
  18. "Linux"
  19. ],
  20. "icon_path": "preview.png",
  21. "requirements": "Requires ROS 2 Gem, LevelGeoreferencing Gem, and PhysX5 Gem",
  22. "documentation_url": "https://docs.o3de.org/docs/user-guide/gems/reference/robotics/ros2/",
  23. "dependencies": [
  24. "LevelGeoreferencing",
  25. "PhysX5",
  26. "ROS2>=3.3.0"
  27. ],
  28. "repo_uri": "https://github.com/o3de/o3de-extras/",
  29. "source_control_uri": "https://github.com/o3de/o3de-extras/development/Gems/ROS2Sensors",
  30. "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2sensors-1.0.0-gem.zip",
  31. "compatible_engines": [],
  32. "engine_api_dependencies": [],
  33. "restricted": "ROS2Sensors"
  34. }