Open jiangziben opened 3 months ago
@jiangziben There's no more information to analyze. Maybe you can check if the log initialization has been done? https://github.com/Livox-SDK/Livox-SDK2/blob/6a940156dd7151c3ab6a52442d86bc83613bd11b/sdk_core/livox_lidar_sdk.cpp#L75
In order to use a simple api,i read the source code livox_lidar_sdk.cpp, and use DeviceManager::GetInstance().Init(host_ip, log_cfg_info)) to init lidar,but i get a segmentation fault. could you help me fix it?