![]() |
Livox SDK API
V1.1.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 193 of file livox_def.h.
| char ExtrinsicParameterRequestItem::broadcast_code[16] |
Device broadcast code.
Definition at line 194 of file livox_def.h.
| float ExtrinsicParameterRequestItem::pitch |
Pitch angle, unit: degree.
Definition at line 196 of file livox_def.h.
| float ExtrinsicParameterRequestItem::roll |
Roll angle, unit: degree.
Definition at line 195 of file livox_def.h.
| int32_t ExtrinsicParameterRequestItem::x |
X translation, unit: mm.
Definition at line 198 of file livox_def.h.
| int32_t ExtrinsicParameterRequestItem::y |
Y translation, unit: mm.
Definition at line 199 of file livox_def.h.
| float ExtrinsicParameterRequestItem::yaw |
Yaw angle, unit: degree.
Definition at line 197 of file livox_def.h.
| int32_t ExtrinsicParameterRequestItem::z |
Z translation, unit: mm.
Definition at line 200 of file livox_def.h.