Open ylenianistico opened 3 months ago
@ylenianistico
Thanks for testing our work!
Unfortunately, I haven't tested with MID360, but I have a few questions.
What config file and launch file did you use?
If you used mid360.yaml
, could you change the preprocess
to the following?
preprocess:
lidar_type: 1 # 1 for Livox serials LiDAR, 2 for Velodyne LiDAR, 3 for ouster LiDAR,
scan_line: 4
blind: 0.5
# timestamp_unit: 3
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