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 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738
  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>camera_calibration</name>
  5. <version>2.2.1</version>
  6. <description>
  7. camera_calibration allows easy calibration of monocular or stereo
  8. cameras using a checkerboard calibration target.
  9. </description>
  10. <maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer>
  11. <maintainer email="whitleysoftwareservices@gmail.com">Joshua Whitley</maintainer>
  12. <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
  13. <license>BSD</license>
  14. <url type="website">https://index.ros.org/p/camera_calibration/github-ros-perception-image_pipeline/</url>
  15. <url type="bugtracker">https://github.com/ros-perception/image_pipeline/issues</url>
  16. <url type="repository">https://github.com/ros-perception/image_pipeline</url>
  17. <author>James Bowman</author>
  18. <author>Patrick Mihelich</author>
  19. <depend>cv_bridge</depend>
  20. <depend>image_geometry</depend>
  21. <depend>message_filters</depend>
  22. <depend>rclpy</depend>
  23. <depend>std_srvs</depend>
  24. <depend>sensor_msgs</depend>
  25. <test_depend>ament_copyright</test_depend>
  26. <test_depend>ament_flake8</test_depend>
  27. <test_depend>ament_pep257</test_depend>
  28. <test_depend>python3-pytest</test_depend>
  29. <test_depend>python3-requests</test_depend>
  30. <export>
  31. <build_type>ament_python</build_type>
  32. </export>
  33. </package>