Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/H2-Mapping
/ getLoopRelativeT
Method
getLoopRelativeT
src/dvins/pose_graph/src/keyframe.cpp:556–559 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
554
}
555
556
Eigen::Vector3d KeyFrame::getLoopRelativeT()
557
{
558
return Eigen::Vector3d(loop_info(0), loop_info(1), loop_info(2));
559
}
560
561
Eigen::Quaterniond KeyFrame::getLoopRelativeQ()
562
{
Callers
3
addKeyFrame
Method · 0.80
optimize4DoF
Method · 0.80
updateKeyFrameLoop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected