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

Method get_num_queued_keyframes

src/PLPSLAM/mapping_module.cc:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 unsigned int mapping_module::get_num_queued_keyframes() const
167 {
168 std::lock_guard<std::mutex> lock(mtx_keyfrm_queue_);
169 return keyfrms_queue_.size();
170 }
171
172 bool mapping_module::keyframe_is_queued() const
173 {

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected