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

Method getLoopRelativeT

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

Source from the content-addressed store, hash-verified

574}
575
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));

Callers 4

addKFToPoseGraphMethod · 0.80
optimize4DoFPoseGraphMethod · 0.80
optimize6DoFPoseGraphMethod · 0.80
updateKeyFrameLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected