MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / KeyframeDump

Class KeyframeDump

pose_graph/include/common/Definitions.h:116–122  ·  view source on GitHub ↗

Lightweight container to dump keyframe info to text

Source from the content-addressed store, hash-verified

114
115// Lightweight container to dump keyframe info to text
116struct KeyframeDump {
117 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
118 int id; // keyframe index
119 Timestamp stamp; // keyframe timestamp
120 double qx, qy, qz, qw; // orientation as quaternion
121 double tx, ty, tz; // position
122};
123
124struct CameraCalibration {
125 EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected