MCPcopy Create free account
hub / github.com/SJTU-ViSYS/Ground-Fusion / getLoopRelativeQ

Method getLoopRelativeQ

dense_map/src/keyframe.cpp:609–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609Eigen::Quaterniond KeyFrame::getLoopRelativeQ()
610{
611 return Eigen::Quaterniond(loop_info(3), loop_info(4), loop_info(5), loop_info(6));
612}
613
614double KeyFrame::getLoopRelativeYaw()
615{

Callers 2

addKeyFrameMethod · 0.80
optimize6DoFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected