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

Method getLoopRelativeQ

src/dvins/pose_graph/src/keyframe.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561Eigen::Quaterniond KeyFrame::getLoopRelativeQ()
562{
563 return Eigen::Quaterniond(loop_info(3), loop_info(4), loop_info(5), loop_info(6));
564}
565
566double KeyFrame::getLoopRelativeYaw()
567{

Callers 2

addKeyFrameMethod · 0.80
updateKeyFrameLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected