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

Method queue_keyframe

src/PLPSLAM/mapping_module.cc:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 void mapping_module::queue_keyframe(data::keyframe *keyfrm)
160 {
161 std::lock_guard<std::mutex> lock(mtx_keyfrm_queue_);
162 keyfrms_queue_.push_back(keyfrm);
163 abort_local_BA_ = true;
164 }
165
166 unsigned int mapping_module::get_num_queued_keyframes() const
167 {

Callers 2

runMethod · 0.45
trackMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected