743 B
743 B
AGENTS.md
IMU CSV Notes
- Each CSV header records the IMU configuration used when collecting the data. The
odrfield and related IMU configuration fields are important. - For row-level data analysis, only use these columns:
sensor_uptime_s,temp_c,acc_x_g,acc_y_g,acc_z_g,gyro_x_dps,gyro_y_dps, andgyro_z_dps.
Column Meanings
sensor_uptime_s: data arrival time in seconds.temp_c: IMU temperature, in degrees Celsius.acc_x_g,acc_y_g,acc_z_g: IMU acceleration on the x, y, and z axes, ing.gyro_x_dps,gyro_y_dps,gyro_z_dps: IMU angular offset/rate on the x, y, and z axes, in degrees per second. These values are not radians.
Unit conversion is required for practical use.