123456789101112131415161718192021 |
- <?xml version="1.0"?>
- <package>
- <name>open_karto</name>
- <version>1.2.3</version>
- <description>Catkinized ROS packaging of the OpenKarto library</description>
- <maintainer email="mfergs7@gmail.com">Michael Ferguson</maintainer>
- <maintainer email="rtoris@fetchrobotics.com">Russell Toris</maintainer>
- <maintainer email="luc.bettaieb@gmail.com">Luc Bettaieb</maintainer>
- <license>LGPLv3</license>
- <buildtool_depend>catkin</buildtool_depend>
- <build_depend>boost</build_depend>
- <build_depend>sparse_bundle_adjustment</build_depend>
- <run_depend>boost</run_depend>
- <run_depend>sparse_bundle_adjustment</run_depend>
- </package>
|