package.xml 648 B

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <package>
  3. <name>open_karto</name>
  4. <version>1.2.3</version>
  5. <description>Catkinized ROS packaging of the OpenKarto library</description>
  6. <maintainer email="mfergs7@gmail.com">Michael Ferguson</maintainer>
  7. <maintainer email="rtoris@fetchrobotics.com">Russell Toris</maintainer>
  8. <maintainer email="luc.bettaieb@gmail.com">Luc Bettaieb</maintainer>
  9. <license>LGPLv3</license>
  10. <buildtool_depend>catkin</buildtool_depend>
  11. <build_depend>boost</build_depend>
  12. <build_depend>sparse_bundle_adjustment</build_depend>
  13. <run_depend>boost</run_depend>
  14. <run_depend>sparse_bundle_adjustment</run_depend>
  15. </package>