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

Method reset

src/PLPSLAM/mapping_module.cc:834–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832 }
833
834 void mapping_module::reset()
835 {
836 std::lock_guard<std::mutex> lock(mtx_reset_);
837 spdlog::info("reset mapping module");
838 keyfrms_queue_.clear();
839 local_map_cleaner_->reset();
840 reset_is_requested_ = false;
841 }
842
843 void mapping_module::request_pause()
844 {

Callers 6

protobuf.min.jsFile · 0.45
khFunction · 0.45
oeFunction · 0.45
three.min.jsFile · 0.45
~systemMethod · 0.45
check_reset_requestMethod · 0.45

Calls 2

infoFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected