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

Method GetImuRotation

src/KeyFrame.cc:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154Eigen::Matrix3f KeyFrame::GetImuRotation()
155{
156 unique_lock<mutex> lock(mMutexPose);
157 return (mTwc * mImuCalib.mTcb).rotationMatrix();
158}
159
160Sophus::SE3f KeyFrame::GetImuPose()
161{

Callers

nothing calls this directly

Calls 1

rotationMatrixMethod · 0.80

Tested by

no test coverage detected