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

Method SetVelocity

src/KeyFrame.cc:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void KeyFrame::SetVelocity(const Eigen::Vector3f &Vw)
125{
126 unique_lock<mutex> lock(mMutexPose);
127 mVw = Vw;
128 mbHasVelocity = true;
129}
130
131Sophus::SE3f KeyFrame::GetPose()
132{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected