Unified hexapod repository, containing all modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
805B

  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_python</name>
  5. <version>0.0.0</version>
  6. <description>TODO: Package description</description>
  7. <maintainer email="marcus@grieger.xyz">wuselfuzz</maintainer>
  8. <license>MIT</license>
  9. <depend>taranis</depend>
  10. <exec_depend>rclpy</exec_depend>
  11. <exec_depend>std_msgs</exec_depend>
  12. <exec_depend>trajectory_msgs</exec_depend>
  13. <exec_depend>geometry_msgs</exec_depend>
  14. <test_depend>ament_copyright</test_depend>
  15. <test_depend>ament_flake8</test_depend>
  16. <test_depend>ament_pep257</test_depend>
  17. <test_depend>python3-pytest</test_depend>
  18. <export>
  19. <build_type>ament_python</build_type>
  20. </export>
  21. </package>