Livox SDK API
V2.2.0
|
#include <livox_def.h>
Public Attributes | |
uint8_t | ret_code |
char | broadcast_code [16] |
float | roll |
float | pitch |
float | yaw |
int32_t | x |
int32_t | y |
int32_t | z |
LiDAR extrinsic parameters.
Definition at line 447 of file livox_def.h.
char ExtrinsicParameterResponseItem::broadcast_code[16] |
Broadcast code.
Definition at line 449 of file livox_def.h.
float ExtrinsicParameterResponseItem::pitch |
Pitch angle, unit: degree.
Definition at line 451 of file livox_def.h.
uint8_t ExtrinsicParameterResponseItem::ret_code |
Return code.
Definition at line 448 of file livox_def.h.
float ExtrinsicParameterResponseItem::roll |
Roll angle, unit: degree.
Definition at line 450 of file livox_def.h.
int32_t ExtrinsicParameterResponseItem::x |
X translation, unit: mm.
Definition at line 453 of file livox_def.h.
int32_t ExtrinsicParameterResponseItem::y |
Y translation, unit: mm.
Definition at line 454 of file livox_def.h.
float ExtrinsicParameterResponseItem::yaw |
Yaw angle, unit: degree.
Definition at line 452 of file livox_def.h.
int32_t ExtrinsicParameterResponseItem::z |
Z translation, unit: mm.
Definition at line 455 of file livox_def.h.