Skip to content

Commit ef1dfd3

Browse files
committed
Merge branch 'master' of github.com:introlab/rtabmap into odom_f2m_improved_depth_estimation_of_mono_features
2 parents 76ec9c7 + 2c7aa5a commit ef1dfd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake_modules")
2020
#######################
2121
SET(RTABMAP_MAJOR_VERSION 0)
2222
SET(RTABMAP_MINOR_VERSION 21)
23-
SET(RTABMAP_PATCH_VERSION 10)
23+
SET(RTABMAP_PATCH_VERSION 11)
2424
SET(RTABMAP_VERSION
2525
${RTABMAP_MAJOR_VERSION}.${RTABMAP_MINOR_VERSION}.${RTABMAP_PATCH_VERSION})
2626

@@ -208,7 +208,7 @@ option(WITH_MYNTEYE "Include mynteye-s support" ON)
208208
option(WITH_DEPTHAI "Include depthai-core support" OFF)
209209
option(WITH_XVSDK "Include XVisio SDK support" OFF)
210210
option(WITH_OCTOMAP "Include OctoMap support" ON)
211-
option(WITH_GRIDMAP "Include GridMap support" ON)
211+
option(WITH_GRIDMAP "Include GridMap support" OFF)
212212
option(WITH_CPUTSDF "Include CPUTSDF support" OFF)
213213
option(WITH_OPENCHISEL "Include open_chisel support" OFF)
214214
option(WITH_ALICE_VISION "Include AliceVision support" OFF)

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>rtabmap</name>
4-
<version>0.21.10</version>
4+
<version>0.21.11</version>
55
<description>RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints.</description>
66
<maintainer email="[email protected]">Mathieu Labbe</maintainer>
77
<author>Mathieu Labbe</author>

0 commit comments

Comments
 (0)