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

Method GetRotationInverse

include/Frame.h:140–142  ·  view source on GitHub ↗

Returns inverse of rotation

Source from the content-addressed store, hash-verified

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?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected