| 540 | } |
| 541 | |
| 542 | void 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 | |
| 548 | void KeyFrame::updateVioPose(const Eigen::Vector3d &_T_w_i, const Eigen::Matrix3d &_R_w_i) |
| 549 | { |
no outgoing calls
no test coverage detected