Updated: October 28, 2024 |
Sensor speed and yaw rate metadata structure
#include <sensor/sensor_api.h>
typedef struct sensor_speed_yaw_metadata_t { uint32_t vehicle_speed; sensor_vehicle_direction_t vehicle_direction; float yaw_rate; } sensor_speed_yaw_metadata_t;
A positive (+) value indicates clockwise direction.