Skip to content
Snippets Groups Projects
Commit b202e26f authored by TixiaoShan's avatar TixiaoShan
Browse files

update readme, kitti

parent 327bf025
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,8 @@ rosbag play your-bag.bag -r 3
<img src="./config/doc/loop-closure.gif" alt="drawing" width="400"/>
</p>
- **KITTI dataset:** Testing with the KITTI dataset with LIO-SAM can be problematic. LIO-SAM needs a very good IMU source to function properly. The KITTI odometry sequence gives no IMU data. The KITTI raw synced dataset only gives IMU data at 10Hz, which is impossible to perform IMU pre-integration during a lidar scan. Though the KITTI raw unsynced dataset gives IMU data at 100Hz, the timestamps of the data is inconsistent, which causes pre-integration failure. Testing LIO-SAM with KITTI dataset is very similar to testing VINS-Mono with it. More discussions about this problem can be found [here](https://github.com/HKUST-Aerial-Robotics/VINS-Mono/issues/222).
## Paper
Thank you for citing [LIO-SAM (IROS-2020)](./config/doc/paper.pdf) if you use any of this code.
......
......@@ -29,7 +29,6 @@ lio_sam:
# Extrinsics (lidar -> IMU)
extrinsicTrans: [0.0, 0.0, 0.0]
# extrinsicTrans: [-8.086759e-01, 3.195559e-01, -7.997231e-01] # kitti-raw
extrinsicRot: [-1, 0, 0,
0, 1, 0,
0, 0, -1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment