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

Method GetImuPosition

src/KeyFrame.cc:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148Eigen::Vector3f KeyFrame::GetImuPosition()
149{
150 unique_lock<mutex> lock(mMutexPose);
151 return mOwb;
152}
153
154Eigen::Matrix3f KeyFrame::GetImuRotation()
155{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected