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

Method getLoopRelativeQ

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

Source from the content-addressed store, hash-verified

576Eigen::Vector3d Keyframe::getLoopRelativeT() { return Eigen::Vector3d(loop_info(0), loop_info(1), loop_info(2)); }
577
578Eigen::Quaterniond Keyframe::getLoopRelativeQ() {
579 return Eigen::Quaterniond(loop_info(3), loop_info(4), loop_info(5), loop_info(6));
580}
581
582double Keyframe::getLoopRelativeYaw() { return loop_info(7); }
583

Callers 3

addKFToPoseGraphMethod · 0.80
optimize6DoFPoseGraphMethod · 0.80
updateKeyFrameLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected