|
Calico
A visual-inertial calibration library designed for rapid problem construction and debugging.
|
#include <gyroscope.h>
Public Attributes | |
| double | stamp |
| Timestamp in seconds. | |
| int | sequence |
| Sequence number of this measurement. | |
Friends | |
| template<typename H > | |
| H | AbslHashValue (H h, const GyroscopeObservationId &id) |
| bool | operator== (const GyroscopeObservationId &lhs, const GyroscopeObservationId &rhs) |
Gyroscope observation id type for a gyroscope measurement. This object is hashable by absl::Hash for use as a key in absl::flat_hash_map or absl::flat_hash_set.