my sdk2_config.json looks like this (like specified in the README):
{
"master_sdk" : true,
"lidar_log_enable" : true,
"lidar_log_cache_size_MB" : 500,
"lidar_log_path" : "./",
}
i get this errors:
[2023-12-14 15:20:28.953] [console] [error] Parse lidar net info failed, has not host_net_info member or host_net_info is not object. [parse_cfg_file.cpp] [ParseHostNetInfo] [259]
[2023-12-14 15:20:28.953] [console] [error] Parse host net info failed. [parse_cfg_file.cpp] [ParseLidarCfg] [182]
[2023-12-14 15:20:28.953] [console] [error] Parse hap lidar cfg failed. [parse_cfg_file.cpp] [Parse] [99]
Livox Init Failed
my sdk2_config.json looks like this (like specified in the README): { "master_sdk" : true, "lidar_log_enable" : true, "lidar_log_cache_size_MB" : 500, "lidar_log_path" : "./",
} i get this errors: [2023-12-14 15:20:28.953] [console] [error] Parse lidar net info failed, has not host_net_info member or host_net_info is not object. [parse_cfg_file.cpp] [ParseHostNetInfo] [259] [2023-12-14 15:20:28.953] [console] [error] Parse host net info failed. [parse_cfg_file.cpp] [ParseLidarCfg] [182] [2023-12-14 15:20:28.953] [console] [error] Parse hap lidar cfg failed. [parse_cfg_file.cpp] [Parse] [99] Livox Init Failed
what am i doing wrong?
many thanks in advance!