sensor_speed_yaw_metadata_t

Sensor speed & yaw rate metadata structure

Synopsis:

#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;

Data:

uint32_t vehicle_speed
The host vehicle speed in mm/s.
sensor_vehicle_direction_t vehicle_direction
The host vehicle direction.
float yaw_rate
The host vehicle yaw rate in deg/s (+ = clockwise).

Library:

libsensor