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

Method abort

src/PLPSLAM/module/loop_bundle_adjuster.cc:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void loop_bundle_adjuster::abort()
57 {
58 std::lock_guard<std::mutex> lock(mtx_thread_);
59 abort_loop_BA_ = true;
60 }
61
62 bool loop_bundle_adjuster::is_running() const
63 {

Callers 1

abort_loop_BAMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected