MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/H2-Mapping / updatePose

Method updatePose

src/dvins/pose_graph/src/keyframe.cpp:542–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542void KeyFrame::updatePose(const Eigen::Vector3d &_T_w_i, const Eigen::Matrix3d &_R_w_i)
543{
544 T_w_i = _T_w_i;
545 R_w_i = _R_w_i;
546}
547
548void KeyFrame::updateVioPose(const Eigen::Vector3d &_T_w_i, const Eigen::Matrix3d &_R_w_i)
549{

Callers 2

addKeyFrameMethod · 0.80
optimize4DoFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected