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

Method getPose

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

Source from the content-addressed store, hash-verified

557}
558
559void Keyframe::getPose(Eigen::Vector3d& _T_w_i, Eigen::Matrix3d& _R_w_i) {
560 _T_w_i = T_w_i;
561 _R_w_i = R_w_i;
562}
563
564void Keyframe::updatePose(const Eigen::Vector3d& _T_w_i, const Eigen::Matrix3d& _R_w_i) {
565 T_w_i = _T_w_i;

Callers 8

addKFToPoseGraphMethod · 0.80
optimize4DoFPoseGraphMethod · 0.80
optimize6DoFPoseGraphMethod · 0.80
updatePathMethod · 0.80
updateKeyFrameLoopMethod · 0.80
addPointsToGlobalMapMethod · 0.80
updateGlobalMapMethod · 0.80
getKeyframesDumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected