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

Method GetRightTranslation

src/KeyFrame.cc:1144–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142}
1143
1144Eigen::Vector3f KeyFrame::GetRightTranslation() {
1145 unique_lock<mutex> lock(mMutexPose);
1146 return (mTrl * mTcw).translation();
1147}
1148
1149void KeyFrame::SetORBVocabulary(ORBVocabulary* pORBVoc)
1150{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected