Setting WITH_GRIDMAP=OFF by default till official grid_map_core can be correctly integrated in libraries downstream.

This commit is contained in:
matlabbe
2025-03-01 19:46:03 -08:00
parent a85e732f01
commit 2c7aa5a78f

View File

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