随笔分类 -  点云

摘要:#include "livox_mid70_sdk.h" #include "livox_mid70_def.h" #include <iostream> #include <thread> #include <chrono> #include <cstring> // 设备状态枚举 typedef 阅读全文
posted @ 2025-12-15 01:20 西北逍遥 阅读(63) 评论(0) 推荐(0)
摘要:c++实现livox-mid70/360采集、保存点云数据 void PointCloudCallback(uint32_t handle, const uint8_t dev_type, LivoxLidarEthernetPacket* data, void* client_data) { if 阅读全文
posted @ 2024-11-05 07:54 西北逍遥 阅读(526) 评论(0) 推荐(0)