File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake_modules")
20
20
#######################
21
21
SET (RTABMAP_MAJOR_VERSION 0)
22
22
SET (RTABMAP_MINOR_VERSION 21)
23
- SET (RTABMAP_PATCH_VERSION 10 )
23
+ SET (RTABMAP_PATCH_VERSION 11 )
24
24
SET (RTABMAP_VERSION
25
25
${RTABMAP_MAJOR_VERSION} .${RTABMAP_MINOR_VERSION} .${RTABMAP_PATCH_VERSION} )
26
26
@@ -208,7 +208,7 @@ option(WITH_MYNTEYE "Include mynteye-s support" ON)
208
208
option (WITH_DEPTHAI "Include depthai-core support" OFF )
209
209
option (WITH_XVSDK "Include XVisio SDK support" OFF )
210
210
option (WITH_OCTOMAP "Include OctoMap support" ON )
211
- option (WITH_GRIDMAP "Include GridMap support" ON )
211
+ option (WITH_GRIDMAP "Include GridMap support" OFF )
212
212
option (WITH_CPUTSDF "Include CPUTSDF support" OFF )
213
213
option (WITH_OPENCHISEL "Include open_chisel support" OFF )
214
214
option (WITH_ALICE_VISION "Include AliceVision support" OFF )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 2" >
3
3
<name >rtabmap</name >
4
- <version >0.21.10 </version >
4
+ <version >0.21.11 </version >
5
5
<description >RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints.</description >
6
6
<
maintainer email =
" [email protected] " >Mathieu Labbe</
maintainer >
7
7
<author >Mathieu Labbe</author >
You can’t perform that action at this time.
0 commit comments