Unified hexapod repository, containing all modules
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

21 lignes
651B

  1. <?xml version="1.0"?>
  2. <?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
  3. <package format="3">
  4. <name>hexapod_robot</name>
  5. <version>0.9.0</version>
  6. <description>ROS2 Robot Description and configuration</description>
  7. <maintainer email="marcus@grieger.xyz">Marcus Grieger</maintainer>
  8. <license>MIT</license>
  9. <buildtool_depend>ament_cmake</buildtool_depend>
  10. <exec_depend>hexapod_hardware</exec_depend>
  11. <test_depend>ament_lint_auto</test_depend>
  12. <test_depend>ament_lint_common</test_depend>
  13. <export>
  14. <build_type>ament_cmake</build_type>
  15. </export>
  16. </package>