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.

package.xml 794B

1234567891011121314151617181920212223
  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>aruco_detector</name>
  5. <version>0.0.0</version>
  6. <description>Node to detect Aruco</description>
  7. <maintainer email="bruecknerja86834@th-nuernberg.de">ros2</maintainer>
  8. <license> License declaration</license>
  9. <exec_depend>rclpy</exec_depend>
  10. <exec_depend>std_msgs</exec_depend>
  11. <exec_depend>sensor_msgs</exec_depend>
  12. <exec_depend>geometry_msgs</exec_depend>
  13. <test_depend>ament_copyright</test_depend>
  14. <test_depend>ament_flake8</test_depend>
  15. <test_depend>ament_pep257</test_depend>
  16. <test_depend>python3-pytest</test_depend>
  17. <export>
  18. <build_type>ament_python</build_type>
  19. </export>
  20. </package>