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 837B

123456789101112131415161718192021222324252627
  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_interfaces</name>
  5. <version>0.0.0</version>
  6. <description>TODO: Package description</description>
  7. <maintainer email="ros2@todo.todo">ros2</maintainer>
  8. <license>TODO: License declaration</license>
  9. <buildtool_depend>ament_cmake</buildtool_depend>
  10. <depend>geometry_msgs</depend>
  11. <depend>std_msgs</depend>
  12. <test_depend>ament_lint_auto</test_depend>
  13. <test_depend>ament_lint_common</test_depend>
  14. <build_depend>rosidl_default_generators</build_depend>
  15. <exec_depend>rosidl_default_runtime</exec_depend>
  16. <member_of_group>rosidl_interface_packages</member_of_group>
  17. <export>
  18. <build_type>ament_cmake</build_type>
  19. </export>
  20. </package>