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

Method updatePose

pose_graph/src/pose_graph/Keyframe.cpp:564–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564void Keyframe::updatePose(const Eigen::Vector3d& _T_w_i, const Eigen::Matrix3d& _R_w_i) {
565 T_w_i = _T_w_i;
566 R_w_i = _R_w_i;
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;

Callers 3

addKFToPoseGraphMethod · 0.80
optimize4DoFPoseGraphMethod · 0.80
optimize6DoFPoseGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected