Files
rtabmap/package.xml

33 lines
1.4 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
2022-01-11 16:40:48 +01:00
<package format="2">
2014-11-25 14:47:30 -05:00
<name>rtabmap</name>
<version>0.23.8</version>
2015-04-28 13:25:51 -04:00
<description>RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints.</description>
<maintainer email="matlabbe@gmail.com">Mathieu Labbe</maintainer>
<author>Mathieu Labbe</author>
<license>BSD</license>
2014-11-25 11:30:48 -05:00
<url type="website">http://introlab.github.io/rtabmap</url>
2014-11-27 11:06:59 -05:00
<url type="bugtracker">https://github.com/introlab/rtabmap/issues</url>
2014-11-25 13:35:05 -05:00
<url type="repository">https://github.com/introlab/rtabmap</url>
<buildtool_depend>cmake</buildtool_depend>
2022-01-11 16:40:48 +01:00
2016-05-06 12:55:19 -04:00
<build_depend>proj</build_depend>
2022-01-11 16:40:48 +01:00
<depend>cv_bridge</depend>
<depend>libg2o</depend>
<depend>gtsam</depend>
2022-01-11 16:40:48 +01:00
<!-- <depend>libopenni2-dev</depend> --> <!-- not available on Jessie -->
<depend>libpcl-all-dev</depend> <!-- include libvtk-qt -->
2022-03-03 14:06:15 -05:00
<depend>libpointmatcher</depend> <!-- optional but recommended if lidar is used, also not available on 32 bits system, but rtabmap can be built without it -->
2022-01-11 16:40:48 +01:00
<!-- <depend>libproj-dev</depend> needed due to error in vtk6 (kinetic)-->
<depend>libsqlite3-dev</depend>
<depend>liboctomap-dev</depend>
<!-- <depend>grid_map_core</depend> --> <!-- till this PR is released https://github.com/ANYbotics/grid_map/pull/499 -->
2024-07-22 20:41:05 -07:00
<depend>qt_gui_cpp</depend> <!-- libqt4-dev or libqt5-dev -->
2022-01-11 16:40:48 +01:00
<depend>zlib</depend>
<export>
2022-01-11 16:40:48 +01:00
<build_type>cmake</build_type>
</export>
2014-11-25 11:30:48 -05:00
</package>