![]() |
Livox SDK API
V2.0.0
|
#include <livox_def.h>
Public Attributes | |
| float | roll |
| float | pitch |
| float | yaw |
| int32_t | x |
| int32_t | y |
| int32_t | z |
The request body for the command of setting Livox LiDAR's parameters.
Definition at line 478 of file livox_def.h.
| float LidarSetExtrinsicParameterRequest::pitch |
Pitch angle, unit: degree.
Definition at line 480 of file livox_def.h.
| float LidarSetExtrinsicParameterRequest::roll |
Roll angle, unit: degree.
Definition at line 479 of file livox_def.h.
| int32_t LidarSetExtrinsicParameterRequest::x |
X translation, unit: mm.
Definition at line 482 of file livox_def.h.
| int32_t LidarSetExtrinsicParameterRequest::y |
Y translation, unit: mm.
Definition at line 483 of file livox_def.h.
| float LidarSetExtrinsicParameterRequest::yaw |
Yaw angle, unit: degree.
Definition at line 481 of file livox_def.h.
| int32_t LidarSetExtrinsicParameterRequest::z |
Z translation, unit: mm.
Definition at line 484 of file livox_def.h.