Livox SDK API  V2.1.0
LidarGetExtrinsicParameterResponse Struct Reference

#include <livox_def.h>

Public Attributes

uint8_t ret_code
 
float roll
 
float pitch
 
float yaw
 
int32_t x
 
int32_t y
 
int32_t z
 

Detailed Description

The response body of getting Livox LiDAR's parameters.

Definition at line 491 of file livox_def.h.

Member Data Documentation

float LidarGetExtrinsicParameterResponse::pitch

Pitch angle, unit: degree.

Definition at line 494 of file livox_def.h.

uint8_t LidarGetExtrinsicParameterResponse::ret_code

Definition at line 492 of file livox_def.h.

float LidarGetExtrinsicParameterResponse::roll

Roll angle, unit: degree.

Definition at line 493 of file livox_def.h.

int32_t LidarGetExtrinsicParameterResponse::x

X translation, unit: mm.

Definition at line 496 of file livox_def.h.

int32_t LidarGetExtrinsicParameterResponse::y

Y translation, unit: mm.

Definition at line 497 of file livox_def.h.

float LidarGetExtrinsicParameterResponse::yaw

Yaw angle, unit: degree.

Definition at line 495 of file livox_def.h.

int32_t LidarGetExtrinsicParameterResponse::z

Z translation, unit: mm.

Definition at line 498 of file livox_def.h.


The documentation for this struct was generated from the following file: