MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / GetRightRotation

Method GetRightRotation

src/KeyFrame.cc:1138–1142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1136}
1137
1138Eigen::Matrix<float,3,3> KeyFrame::GetRightRotation() {
1139 unique_lock<mutex> lock(mMutexPose);
1140
1141 return (mTrl.so3() * mTcw.so3()).matrix();
1142}
1143
1144Eigen::Vector3f KeyFrame::GetRightTranslation() {
1145 unique_lock<mutex> lock(mMutexPose);

Callers

nothing calls this directly

Calls 1

matrixMethod · 0.45

Tested by

no test coverage detected