2014-11-04 21:21:26 +00:00
<?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>
2026-06-23 19:13:18 -07:00
<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>
2014-11-04 21:21:26 +00:00
<maintainer email= "matlabbe@gmail.com" > Mathieu Labbe</maintainer>
2014-11-27 10:52:25 -05:00
<author > Mathieu Labbe</author>
2014-11-04 21:21:26 +00:00
<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>
2014-11-04 21:21:26 +00:00
<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>
2023-08-13 13:50:08 -07:00
<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>
2024-07-22 19:25:27 +00:00
<depend > liboctomap-dev</depend>
2025-02-20 22:19:42 -08:00
<!-- <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>
2014-11-04 21:21:26 +00:00
<export >
2022-01-11 16:40:48 +01:00
<build_type > cmake</build_type>
2014-11-04 21:21:26 +00:00
</export>
2014-11-25 11:30:48 -05:00
</package>