-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hello, I tried to use livox mid360 lidar to run point-lio. I got some problems:
I run "ros2 launch livox_ros_driver2 rviz_MID360_launch.py", and publish "Livox pointcloud2(PointXYZRTLT) pointcloud format"
when I run "ros2 launch point_lio mapping_mid360.launch.py", I got this error:
"[pointlio_mapping-1] Error LiDAR Typelose lidar"
and in the mid360.yaml file, here is the settings for lidar_type:
"lidar_type: 1 # 1 for Livox serials LiDAR, 2 for Velodyne LiDAR, 3 for ouster LiDAR"
I tried to change the liday_type to 2
"lidar_type: 2 # 1 for Livox serials LiDAR, 2 for Velodyne LiDAR, 3 for ouster LiDAR"
In this case, point-lio runs well, but I keep getting the following error:
"[pointlio_mapping-1] Failed to find match for field 'time'.
[pointlio_mapping-1] Failed to find match for field 'ring'."
So are there any ways to resolve this issue? Thanks!