gem.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "gem_name": "ProteusRobot",
  3. "version": "1.0.0",
  4. "display_name": "Proteus Robot",
  5. "license": "Apache-2.0 or MIT",
  6. "license_url": "https://opensource.org/licenses/Apache-2.0",
  7. "origin": "RobotecAI",
  8. "origin_url": "https://robotec.ai",
  9. "type": "Asset",
  10. "summary": "Proteus warehouse robot with Lidar sensor",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "ProteusRobot"
  16. ],
  17. "platforms": [
  18. ""
  19. ],
  20. "icon_path": "preview.png",
  21. "requirements": "Requires ROS 2 Gem",
  22. "documentation_url": "https://www.o3de.org/docs/user-guide/interactivity/robotics/project-configuration/#ros-2-project-templates",
  23. "dependencies": [
  24. "ROS2==2.0.0"
  25. ],
  26. "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
  27. "compatible_engines": [
  28. "o3de-sdk>=1.2.0",
  29. "o3de>=1.2.0"
  30. ],
  31. "engine_api_dependencies": [],
  32. "restricted": "ProteusRobot",
  33. "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/proteusrobot-1.0.0-gem.zip"
  34. }