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

Method enable_loop_detector

src/PLPSLAM/module/loop_detector.cc:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void loop_detector::enable_loop_detector()
47 {
48 loop_detector_is_enabled_ = true;
49 }
50
51 void loop_detector::disable_loop_detector()
52 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected