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

Method updateSVInPose

pose_graph/src/pose_graph/Keyframe.cpp:569–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void Keyframe::updateSVInPose(const Eigen::Vector3d& _T_w_i, const Eigen::Matrix3d& _R_w_i) {
570 svin_T_w_i = _T_w_i;
571 svin_R_w_i = _R_w_i;
572 T_w_i = svin_T_w_i;
573 R_w_i = svin_R_w_i;
574}
575
576Eigen::Vector3d Keyframe::getLoopRelativeT() { return Eigen::Vector3d(loop_info(0), loop_info(1), loop_info(2)); }
577

Callers 1

addKFToPoseGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected