Livox-SDK2
Livox-SDK2 copied to clipboard
Drivers for receiving LiDAR data and controlling lidar, support Lidar HAP and Mid-360.
目前用QueryLivoxLidarInternalInfo的callback以及在GetQueryLidarInternalInfoKeys中新增kKeyStatusCode之后, status_code会获得资料,但是每次获得的都是 00 00 00 00 10 00 00 00 00 00...(后面都是零) 只有第五个是10,如果我没弄错的话,应该是指time synchronize warning。 我确定有开启gptp,以及回传的点云中时间也确实跟电脑时间一致。 除此之外,还有藉由挡住HAP测试window dirty以及window block是否有反应,但测试结果依然取得一样的资料(只有第五个是10)。 想请教如果想取得HAP的设备状态的话,目前的作法是否适当。
我通过广播接收到雷达的消息,但是解析cmd_id (8-10字节)的数据一直都是257或258而不是0(0x00),收到的数据长度为44,也无法解析设备的ip。 有时候打开Livox Viewer2之后就可以搜索成功,有时候也不行。这是什么原因?
Hi We can get the lidar data from SDK as below typedef struct { int32_t x; /**< X axis, Unit:mm */ int32_t y; /**< Y axis, Unit:mm */ int32_t z;...
OS: Ubuntu22.04 + ROS2 Humble. I am using a router to connect the Mid-360 to my local network so that both my two computers could visit it. "rviz_MID360_launch.py" from "Livox...
Hello! I am trying to build LivoxSDK2 inside the docker container in the starting script by the command "cmake .. && make -j && make install" in build directory. And...
Hi, i don't understand this handel in the Livox-SDK2. How does it work? And how do i get the handle to change the working mode of the Mid360? Can someone...
I want to use multiple Livox mid 360 and hap in one program. How can i do it? How do i have to setup the config file for that? How...
ROS1 主程序最后 while (ros::ok()) {},太浪费计算资源了,工控机四核直接占满两核,对于一个驱动程序来说,实在有点多。这里改了一下就减少一核占用,还有一核是满的,有点麻烦,不看了,建议考虑下资源利用。