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

Method GetPose

include/Frame.h:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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?
146 return mTcw;
147 }
148
149 inline Eigen::Matrix3f GetRwc() const {
150 return mRwc;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected