Livox SDK API  V2.0.0
LivoxImuPoint Struct Reference

#include <livox_def.h>

Public Attributes

float gyro_x
 
float gyro_y
 
float gyro_z
 
float acc_x
 
float acc_y
 
float acc_z
 

Detailed Description

IMU data format.

Definition at line 213 of file livox_def.h.

Member Data Documentation

◆ acc_x

float LivoxImuPoint::acc_x

Accelerometer X axis, Unit:g

Definition at line 217 of file livox_def.h.

◆ acc_y

float LivoxImuPoint::acc_y

Accelerometer Y axis, Unit:g

Definition at line 218 of file livox_def.h.

◆ acc_z

float LivoxImuPoint::acc_z

Accelerometer Z axis, Unit:g

Definition at line 219 of file livox_def.h.

◆ gyro_x

float LivoxImuPoint::gyro_x

Gyroscope X axis, Unit:rad/s

Definition at line 214 of file livox_def.h.

◆ gyro_y

float LivoxImuPoint::gyro_y

Gyroscope Y axis, Unit:rad/s

Definition at line 215 of file livox_def.h.

◆ gyro_z

float LivoxImuPoint::gyro_z

Gyroscope Z axis, Unit:rad/s

Definition at line 216 of file livox_def.h.


The documentation for this struct was generated from the following file: