gem.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "gem_name": "SimulationInterfaces",
  3. "version": "1.0.0",
  4. "display_name": "SimulationInterfaces",
  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": "This gem provides ROS 2 and C++ API for simulation interfaces.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "SimulationInterfaces",
  16. "ROS2",
  17. "ROS 2"
  18. ],
  19. "platforms": [
  20. ""
  21. ],
  22. "icon_path": "preview.png",
  23. "requirements": "Requires ROS 2 Gem and SimulationInterfaces package installed and sourced.",
  24. "documentation_url": "https://www.docs.o3de.org/docs/user-guide/interactivity/robotics/simulation-interfaces/",
  25. "dependencies": [
  26. "ROS2>=3.3.0",
  27. "DebugDraw"
  28. ],
  29. "compatible_engines": [],
  30. "engine_api_dependencies": [],
  31. "restricted": "SimulationInterfaces",
  32. "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
  33. "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/simulationinterfaces-1.0.0-gem.zip"
  34. }