![]() |
Livox SDK API
V2.0.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 390 of file livox_def.h.
| char ExtrinsicParameterRequestItem::broadcast_code[16] |
Device broadcast code.
Definition at line 391 of file livox_def.h.
| float ExtrinsicParameterRequestItem::pitch |
Pitch angle, unit: degree.
Definition at line 393 of file livox_def.h.
| float ExtrinsicParameterRequestItem::roll |
Roll angle, unit: degree.
Definition at line 392 of file livox_def.h.
| int32_t ExtrinsicParameterRequestItem::x |
X translation, unit: mm.
Definition at line 395 of file livox_def.h.
| int32_t ExtrinsicParameterRequestItem::y |
Y translation, unit: mm.
Definition at line 396 of file livox_def.h.
| float ExtrinsicParameterRequestItem::yaw |
Yaw angle, unit: degree.
Definition at line 394 of file livox_def.h.
| int32_t ExtrinsicParameterRequestItem::z |
Z translation, unit: mm.
Definition at line 397 of file livox_def.h.