MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/H2-Mapping / updateLoop

Method updateLoop

src/dvins/pose_graph/src/keyframe.cpp:571–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571void KeyFrame::updateLoop(Eigen::Matrix<double, 8, 1 > &_loop_info)
572{
573 if (abs(_loop_info(7)) < 30.0 && Vector3d(_loop_info(0), _loop_info(1), _loop_info(2)).norm() < 20.0)
574 {
575 //printf("update loop info\n");
576 loop_info = _loop_info;
577 }
578}
579
580BriefExtractor::BriefExtractor(const std::string &pattern_file)
581{

Callers 1

updateKeyFrameLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected