2024-02-23 02:21:22 +08:00
|
|
|
diff --git a/corelib/src/global_map/OctoMap.cpp b/corelib/src/global_map/OctoMap.cpp
|
|
|
|
index d4c22499..87acefcd 100644
|
|
|
|
--- a/corelib/src/global_map/OctoMap.cpp
|
|
|
|
+++ b/corelib/src/global_map/OctoMap.cpp
|
2023-11-29 16:53:34 +08:00
|
|
|
@@ -278,10 +278,8 @@ RtabmapColorOcTree::StaticMemberInitializer::StaticMemberInitializer() {
|
|
|
|
AbstractOcTree::registerTreeType(tree);
|
|
|
|
}
|
|
|
|
|
|
|
|
-#ifndef _WIN32
|
|
|
|
// On Windows, the app freezes on start if the following is defined
|
|
|
|
RtabmapColorOcTree::StaticMemberInitializer RtabmapColorOcTree::RtabmapColorOcTreeMemberInit;
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////
|