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

Method getSVInPose

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

Source from the content-addressed store, hash-verified

552}
553
554void Keyframe::getSVInPose(Eigen::Vector3d& _T_w_i, Eigen::Matrix3d& _R_w_i) {
555 _T_w_i = svin_T_w_i;
556 _R_w_i = svin_R_w_i;
557}
558
559void Keyframe::getPose(Eigen::Vector3d& _T_w_i, Eigen::Matrix3d& _R_w_i) {
560 _T_w_i = T_w_i;

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected