wh200720041 / floam

Fast LOAM: Fast and Optimized Lidar Odometry And Mapping for indoor/outdoor localization IROS 2021
Other
1.04k stars 273 forks source link

How to get the results whose number of poses is same with gt? #29

Open PeiyueYu opened 3 years ago

PeiyueYu commented 3 years ago

Hi, I want to reproduce the results of seq05 with aloam and your bag, and I receive the results with the command "rosbag play -r 0.3 --clock $PATH_OF_BAG" and "rostopic echo /aft_mapped_to_init/pose/pose", but I get 2762 poses, which is one pose more than gt. How did you reproduce the aloam result? Really need your help !

wh200720041 commented 3 years ago

Hi @PeiyueYu :

I think you have to look into the aloam code. I managed to get the results from A-LOAM before. you can put a counter in the ALOAM code to debug.

lgm051 commented 2 years ago

Hi, I want to reproduce the results of seq05 with aloam and your bag, and I receive the results with the command "rosbag play -r 0.3 --clock $PATH_OF_BAG" and "rostopic echo /aft_mapped_to_init/pose/pose", but I get 2762 poses, which is one pose more than gt. How did you reproduce the aloam result? Really need your help !

Hi, I have the same problem. How did you solve it. Thank you.