gem.json 985 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "gem_name": "WarehouseAutomation",
  3. "version": "2.0.0",
  4. "display_name": "Warehouse Automation",
  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": "Gem for simulating an automated warehouse or factory",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "WarehouseAutomation"
  16. ],
  17. "compatible_engines": [
  18. "o3de-sdk>=2.3.0",
  19. "o3de>=2.3.0"
  20. ],
  21. "platforms": [
  22. "Linux"
  23. ],
  24. "icon_path": "preview.png",
  25. "requirements": "This gem requires ROS 2 gem and PhysX5 gem.",
  26. "dependencies": [
  27. "ROS2>=3.1.0"
  28. ],
  29. "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
  30. "restricted": "WarehouseAutomation",
  31. "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/warehouseautomation-2.0.0-gem.zip"
  32. }