Initial commit: Livox SDK2 source (excluding build artifacts)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"Mid360s": {
|
||||
"lidar_net_info" : {
|
||||
"cmd_data_port" : 56100,
|
||||
"push_msg_port" : 56200,
|
||||
"point_data_port": 56300,
|
||||
"imu_data_port" : 56400,
|
||||
"log_data_port" : 56500
|
||||
},
|
||||
"host_net_info" : [
|
||||
{
|
||||
"host_ip" : "192.168.1.5",
|
||||
"cmd_data_port" : 56101,
|
||||
"push_msg_port" : 56201,
|
||||
"point_data_port": 56301,
|
||||
"imu_data_port" : 56401,
|
||||
"log_data_port" : 56501
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user