Livox SDK API
V2.2.0
|
#include <livox_def.h>
Public Attributes | |
char | broadcast_code [16] |
float | roll |
float | pitch |
float | yaw |
int32_t | x |
int32_t | y |
int32_t | z |
LiDAR configuration information.
Definition at line 436 of file livox_def.h.
char ExtrinsicParameterRequestItem::broadcast_code[16] |
Device broadcast code.
Definition at line 437 of file livox_def.h.
float ExtrinsicParameterRequestItem::pitch |
Pitch angle, unit: degree.
Definition at line 439 of file livox_def.h.
float ExtrinsicParameterRequestItem::roll |
Roll angle, unit: degree.
Definition at line 438 of file livox_def.h.
int32_t ExtrinsicParameterRequestItem::x |
X translation, unit: mm.
Definition at line 441 of file livox_def.h.
int32_t ExtrinsicParameterRequestItem::y |
Y translation, unit: mm.
Definition at line 442 of file livox_def.h.
float ExtrinsicParameterRequestItem::yaw |
Yaw angle, unit: degree.
Definition at line 440 of file livox_def.h.
int32_t ExtrinsicParameterRequestItem::z |
Z translation, unit: mm.
Definition at line 443 of file livox_def.h.