![]() |
Livox SDK API
V2.0.0
|
#include <livox_def.h>
Public Attributes | |
| uint32_t | depth |
| uint16_t | theta |
| uint16_t | phi |
| uint8_t | reflectivity |
| uint8_t | tag |
Extend spherical coordinate format.
Definition at line 178 of file livox_def.h.
| uint32_t LivoxExtendSpherPoint::depth |
Radial distance, Unit:mm
Definition at line 179 of file livox_def.h.
| uint16_t LivoxExtendSpherPoint::phi |
Azimuthal angle, Unit:0.01rad
Definition at line 181 of file livox_def.h.
| uint8_t LivoxExtendSpherPoint::reflectivity |
Reflectivity
Definition at line 182 of file livox_def.h.
| uint8_t LivoxExtendSpherPoint::tag |
Tag
Definition at line 183 of file livox_def.h.
| uint16_t LivoxExtendSpherPoint::theta |
Polar angle, Unit:0.01rad
Definition at line 180 of file livox_def.h.