赞
踩
下载:
真值:Download odometry ground truth poses (4 MB)
标定参数(以及时间戳):Download odometry data set (calibration files, 1 MB)
真值
标定参数
raw data
下载有gt的raw data:
下载参考链接地址
真值 | raw data |
---|---|
00 | 2011_10_03_0027 |
01 | 2011_10_03_0042 |
02 | 2011_10_03_0034 |
03 | 2011_09_26_0067 |
04 | 2011_09_30_0016 |
05 | 2011_09_30_0018 |
06 | 2011_09_30_0020 |
07 | 2011_09_30_0027 |
08 | 2011_09_30_0028 |
09 | 2011_09_30_0033 |
10 | 2011_09_30_0034 |
LIO-SAM中有config/doc/kitti2bag.py的工具文件,可以获得100Hz的IMU数据
示例代码
cd data
wget https://s3.eu-central-1.amazonaws.com/avg-kitti/raw_data/2011_09_26_drive_0084/2011_09_26_drive_0084_sync.zip
wget https://s3.eu-central-1.amazonaws.com/avg-kitti/raw_data/2011_09_26_drive_0084/2011_09_26_drive_0084_extract.zip
wget https://s3.eu-central-1.amazonaws.com/avg-kitti/raw_data/2011_09_26_calib.zip
unzip 2011_09_26_drive_0084_sync.zip
unzip 2011_09_26_drive_0084_extract.zip
unzip 2011_09_26_calib.zip
python kitti2bag.py -t 2011_09_26 -r 0084 raw_synced .
会在对应data文件夹下生成bag文件
00
01
02
03
04
05
06
07
08
09
10
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。