|
Enpose API — C
Enpose 6-DoF tracking API
|
Pose of one tracked marker in world coordinates. More...
#include <enpose_api.h>
Data Fields | |
| uint64_t | timestamp |
| Microseconds since the device started. | |
| uint16_t | marker_id |
| Marker identifier. | |
| double | x |
| World position in meters (first model emitter). | |
| double | y |
| double | z |
| double | rotation [9] |
| Row-major 3x3 rotation, model frame to world. | |
| double | position_rmse |
| RMS position error, in meters (units of x/y/z). | |
| double | rotation_rmse |
| RMS rotation error (radians, axis-angle magnitude). | |
| uint8_t | sensors |
| Number of sensors that contributed. | |
Pose of one tracked marker in world coordinates.
Mirrors the Rust MarkerPose type field-for-field (the Rust type is #[repr(C)]).
Units: x/y/z and position_rmse are in meters; rotation_rmse is in radians.
| uint64_t EnposeMarkerPose::timestamp |
Microseconds since the device started.
| uint16_t EnposeMarkerPose::marker_id |
Marker identifier.
| double EnposeMarkerPose::x |
World position in meters (first model emitter).
| double EnposeMarkerPose::y |
| double EnposeMarkerPose::z |
| double EnposeMarkerPose::rotation[9] |
Row-major 3x3 rotation, model frame to world.
| double EnposeMarkerPose::position_rmse |
RMS position error, in meters (units of x/y/z).
| double EnposeMarkerPose::rotation_rmse |
RMS rotation error (radians, axis-angle magnitude).
| uint8_t EnposeMarkerPose::sensors |
Number of sensors that contributed.