wh200720041 / iscloam

Intensity Scan Context based full SLAM implementation for autonomous driving. ICRA 2020
Other
559 stars 131 forks source link

How can I run in other kitti bag? #29

Open Milalaa opened 1 year ago

Milalaa commented 1 year ago

@wh200720041 Thanks for your sharing! I want to run in the other kitti sequnce bag, but I meet the problem. Here I run in the KITTI sequnce 08(2011_09_30_0028(). At first, I apply kitti2bag to 2011_09_30_0028(kITTI raw data page), and I get a .bag file.
Then I based on the topics provided in the KITTI 07 package(2011_09_30_0027) provided by the author(I run success),remap topics of the 2011_09_30_0028.bag in the iscloam.launch. 2023-03-15 15-01-41 的屏幕截图 2023-03-15 15-03-21 的屏幕截图 2023-03-15 15-15-52 的屏幕截图 2023-03-15 15-16-35 的屏幕截图

However, I get this result, I am confused. 2023-03-15 15-03-54 的屏幕截图 2023-03-14 21-28-14 的屏幕截图 8297ca85.png)

I guess the problem is tf, the KITTI 07 tf: frames_07

the KITTI 08 tf: 2023-03-15 15-49-49 的屏幕截图

I have no idea how to deal with it. I hope get your help!