| 146 | } |
| 147 | |
| 148 | Eigen::Vector3f KeyFrame::GetImuPosition() |
| 149 | { |
| 150 | unique_lock<mutex> lock(mMutexPose); |
| 151 | return mOwb; |
| 152 | } |
| 153 | |
| 154 | Eigen::Matrix3f KeyFrame::GetImuRotation() |
| 155 | { |
nothing calls this directly
no outgoing calls
no test coverage detected