Returns inverse of rotation
| 138 | |
| 139 | // Returns inverse of rotation |
| 140 | inline Eigen::Matrix3f GetRotationInverse(){ |
| 141 | return mRwc; |
| 142 | } |
| 143 | |
| 144 | inline Sophus::SE3<float> GetPose() const { |
| 145 | //TODO: can the Frame pose be accsessed from several threads? should this be protected somehow? |
nothing calls this directly
no outgoing calls
no test coverage detected