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

Method getLoopRelativeYaw

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

Source from the content-addressed store, hash-verified

580}
581
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) {

Callers 1

optimize4DoFPoseGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected