jo-jstrm / cartographer_kitti_config

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Lua 90.1%Language:CMake 8.3%Language:Shell 1.7%