MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / enable_mapping_module

Method enable_mapping_module

src/PLPSLAM/system.cc:272–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271
272 void system::enable_mapping_module()
273 {
274 std::lock_guard<std::mutex> lock(mtx_mapping_);
275 if (!system_is_running_)
276 {
277 spdlog::critical("please call system::enable_mapping_module() after system::startup()");
278 }
279 // resume the mapping module
280 mapper_->resume();
281 // inform to the tracking module
282 tracker_->set_mapping_module_status(true);
283 }
284
285 void system::disable_mapping_module()
286 {

Callers 9

mono_localizationFunction · 0.80
mono_localizationFunction · 0.80
rgbd_localizationFunction · 0.80
mono_localizationFunction · 0.80
mono_localizationFunction · 0.80
mono_localizationFunction · 0.80
resetMethod · 0.80
callbackMethod · 0.80

Calls 3

criticalFunction · 0.85
resumeMethod · 0.45

Tested by

no test coverage detected