Closed 502006 closed 6 months ago
if there anyone encounter the same problem?
You should not directly connect the ros topic, since FASTLIO2's avia.yaml use /livox/lidar topic as input, its topic type is livox custom msg type, and the point cloud output by MARSIM is sensor_msgs/Pointcloud2.
Thanks for your reply. I try to modify Avia handler, but it seems that there’s no point.line and point.tag and point.offset_time in sensor_msgs/Pointcloud2.
You should not directly connect the ros topic, since FASTLIO2's avia.yaml use /livox/lidar topic as input, its topic type is livox custom msg type, and the point cloud output by MARSIM is sensor_msgs/Pointcloud2.
Thanks for your reply. I try to modify Avia handler, but it seems that there’s no point.line and point.tag and point.offset_time in sensor_msgs/Pointcloud2.
I have the same question. The sensor_msgs/Pointcloud2 may be don't have each point’s timestamp which fast-lio2 needs. And It shows "failed to find match for field 'time'" when running fast-lio2. Just like the issue:https://github.com/hku-mars/FAST_LIO/issues/45. And I failed to transform the sensor_msgs/Pointcloud2 to livox::CustomMsg. Can the author give some advice? Thx.
Hi, i want to thank for your amazing work first. I encounter a problem when trying to run fast_lio2 by using point cloud and imu data from MARSIM. I already change the topic name in FAST_LIO/config/avia.yaml as follow
but point cloud data seem do not successfully connect to /laserMapping
Thanks for your reply first.