You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thank you very much for this work. I am trying to run Fast-LIO with data recorded (ros2 bag) from a LiDAR MID360.
The rosbag contains the topics
/livox/imu
/livox/lidar
To launch FAST-LIO, I'm doing
ros2 launch fast_lio mapping_mid360.launch.py
and then I play the rosbag. But when it starts reading messages from the /livox/topics I get this error:
[fastlio_mapping-1] Failed to find match for field 'reflectivity'
I think this is because Fast-LIO is expecting a field named reflectivity, but my LiDAR point cloud doesn't include this field (it only has x, y, z, intensity, tag, line, and timestamp).
I tried to modify the code here slightly, but I didn't manage to make it work.
Have you ever faced this problem?
Thanks again
The text was updated successfully, but these errors were encountered:
Hi, I tried to run it with ouster-128. The algorithm seems to work with the same output as above, but in my case, it's only "ring," as shown in the screenshot. I am using the Ouster-64 configuration as follows:
preprocess:
lidar_type: 3 # 1 for Livox serials LiDAR, 2 for Velodyne LiDAR, 3 for ouster LiDAR,
scan_line: 128
blind: 2.0
timestamp_unit: 3
scan_rate: 10
Hello! Thank you very much for this work. I am trying to run Fast-LIO with data recorded (ros2 bag) from a LiDAR MID360.
The rosbag contains the topics
To launch FAST-LIO, I'm doing
and then I play the rosbag. But when it starts reading messages from the /livox/topics I get this error:
I think this is because Fast-LIO is expecting a field named
reflectivity
, but my LiDAR point cloud doesn't include this field (it only hasx
,y
,z
,intensity
,tag
,line
, andtimestamp
).I tried to modify the code here slightly, but I didn't manage to make it work.
Have you ever faced this problem?
Thanks again
The text was updated successfully, but these errors were encountered: