Livox-SDK2 icon indicating copy to clipboard operation
Livox-SDK2 copied to clipboard

Drivers for receiving LiDAR data and controlling lidar, support Lidar HAP and Mid-360.

Results 64 Livox-SDK2 issues
Sort by recently updated
recently updated
newest added

Hi, I am using [livox_ros_driver2](https://github.com/Livox-SDK/livox_ros_driver2) to get lidar pointclouds from a Livox Mid360. I am getting a continuous stream of info messages coming from the livox-SK2 as seen in the...

如题:主要是使用了 std::uint8_t std::uint16_t等数据类型

Dear Team. I am trying to use MID360 and camera synchronously. For that i am generating a 10Hz signal from external signal generator (arduino), and connecting to PPS pin of...

Hi! I've been using the time synchronization feature in the Livox MID360 and I've seen that ocasionally I get a `0x04050002` error in LivoxViewer2. The error description does not hint...

Hello, is this SDK compatible with Ubuntu 24.04 / do you have plans to port it? Thanks!

我在时间同步的过程中发现,输入的gprmc是整秒可以实现硬件同步,如果gprmc带毫秒同步失败,是因为mid360只支持整秒同步啊

我们在LivoxViewer2上设置好了Livox HAP,在LivoxViewer2上显示都正常的。 将sdk的demo跑起来之后,点云数据输出的包,在回调里面解析出来frame_cnt一直是0;udp_cnt每一包+1,从0加到65535循环。 应该怎么判断点云的一帧数据结束。 谢谢! ![image](https://user-images.githubusercontent.com/49186407/185537048-13bc180f-81b0-4c4b-976d-74a104e71305.png) ![image](https://user-images.githubusercontent.com/49186407/185537118-3cf3e900-2871-4596-b5b8-43319eecf837.png)

Hi all, I try to use with sample, connection is right but my HAP does not run like in the windows environment. How to make it run?? ![image](https://user-images.githubusercontent.com/97087039/186563370-02a190d1-7ee5-45cf-9902-efd797480aa9.png)

本人在项目中利用mid360提取目标特征,由于mid360自身获取点云速度的限制,使得我的识别程序至少需要累计0.5秒mid360点云数据,才能进行下一步的识别。于是我想:可不可以买两个mid360来增加点云获取速度。### 不确定官方提供的sdk能不能读取两个以上的mid360数据,望官方说明。

I am currently working with the Livox Lidar Quick Start project, and I have a question regarding the SetLivoxLidarPointCloudCallBack function. In my setup, I am using the callback function PointCloudCallback,...