Closed mppark40 closed 1 month ago
Why do you want to convert the KITTI dataset to a rosbag? Just use the Kitti dataloader that we provide with the python API. We do not guarantee performance if you, by any means, manipulate the data by converting it.
It should run smoothly. Check this: https://autowarefoundation.github.io/autoware-documentation/main/support/troubleshooting/performance-troubleshooting/ it is autoware but mostly applies to ros 2 as well.
Why do you want to convert the KITTI dataset to a rosbag? Just use the Kitti dataloader that we provide with the python API. We do not guarantee performance if you, by any means, manipulate the data by converting it.
I'm a master's student working on LiDAR odometry and I got into KISS-ICP. I'm trying to create a new algorithm that combines IMU data. I tested a simple version using the ROS2 KITTI dataset and created a loosely-coupled odometry algorithm using the IMU topic. I ran the existing KISS-ICP ROS2 launch on the KITTI dataset to compare, but the performance wasn't great.
I have converted KITTI dataset in ros2 bag file so i could use in ros2 launch. Then i used subscribed the kiss/odometry topic so i could use this text file and compare with the ground truth of the scenarios in KITTI. However the RMSE performance was not that good. Did i expeerimented the wrong way?