MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / updateLoop

Method updateLoop

pose_graph/src/pose_graph/Keyframe.cpp:584–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582double Keyframe::getLoopRelativeYaw() { return loop_info(7); }
583
584void Keyframe::updateLoop(Eigen::Matrix<double, 8, 1>& _loop_info) {
585 if (abs(_loop_info(7)) < 30.0 && Eigen::Vector3d(_loop_info(0), _loop_info(1), _loop_info(2)).norm() < 20.0) {
586 // printf("update loop info\n");
587 loop_info = _loop_info;
588 }
589}
590
591BriefExtractor::BriefExtractor(const std::string& pattern_file) {
592 // The DVision::BRIEF extractor computes a random pattern by default when

Callers 1

updateKeyFrameLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected