Skip to content

cartographer configuration files for KITTI dataset including .lua and .launch

Notifications You must be signed in to change notification settings

inkyusa/cartographer_kitti_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cartographer_kitti_config

cartographer configuration files for KITTI dataset including .lua and .launch

download bagfiles

We provide two bag files (kitti_2011_09_30_drive_0027_synced_imu_velo.bag and kitti_2011_09_30_drive_0028_synced_imu_velo.bag) that were generated from the oroginal KITTI datasets. Note that these bags only contain IMU and 3D point clouds from Velodyne. Stereo images are exclueded for the sake of file size and they aren't exploited with Cartographer.

Examples below assume that you have a bag file at /home/userHome/workspace/bags/kitti/kitti_2011_09_30_drive_0027_synced_imu_velo.bag.

demo KITTI 3D

roslaunch cartographer_kitti_config demo_kitti_3d.launch bag_filename:=/home/userHome/workspace/bags/kitti/kitti_2011_09_30_drive_0027_synced_imu_velo.bag

After execute the script, this is what you expect,

https://youtu.be/29Knm-phAyI

demo offline KITTI 3D

roslaunch cartographer_kitti_config offline_kitti_3d.launch bag_filenames:=/home/userHome/workspace/bags/kitti/kitti_2011_09_30_drive_0027_synced_imu_velo.bag

assets writer KITTI 3D

roslaunch cartographer_kitti_config assets_writer_kitti_3d.launch bag_filenames:=/home/userHome/workspace/bags/kitti/kitti_2011_09_30_drive_0027_synced_imu_velo.bag pose_graph_filename:=/home/userHome/workspace/bags/kitti/kitti_2011_09_30_drive_0027_synced_imu_velo.bag.pbstream

For the longer sequence dataset (i.e., kitti_2011_09_30_drive_0028_synced_imu_velo.bag), just substitue the name of bag file and you expect to see a similar figure as below (no stereo images).

https://youtu.be/mn4y3yQm3Pc

Citation

If this small piece of software is somehow useful for your work, please cite this repository:

@misc{kitti_lidar_cartographer_2018,
  title={Cartographer configurations for processing KITTI datasets},
  author={Inkyu Sa},
  year={2018},
  publisher={Github},
  journal={GitHub repository},
  howpublished={\url{https://tinyurl.com/ub35aah}},
}

About

cartographer configuration files for KITTI dataset including .lua and .launch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published