Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UZ-SLAMLab/ORB_SLAM3
/ HasPose
Method
HasPose
include/Frame.h:157–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
inline bool HasPose() const {
158
return mbHasPose;
159
}
160
161
inline bool HasVelocity() const {
162
return mbHasVelocity;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected