gem.json 939 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "gem_name": "RosRobotSample",
  3. "version": "2.0.0",
  4. "display_name": "ROS Robot Sample",
  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": "Husarion ROSbot XL robot assets.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "RosRobotSample"
  16. ],
  17. "platforms": [
  18. "Linux"
  19. ],
  20. "icon_path": "preview.png",
  21. "requirements": "Requires ROS 2 Gem",
  22. "documentation_url": "",
  23. "dependencies": [
  24. "ROS2>=3.1.0"
  25. ],
  26. "compatible_engines": [
  27. "o3de-sdk>=2.3.0",
  28. "o3de>=2.3.0"
  29. ],
  30. "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
  31. "restricted": "",
  32. "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/rosrobotsample-2.0.0-gem.zip"
  33. }