Kitti PlayerΒ aims to play the whole kitti data into the ROS system. You can find all the source code in our github channelΒ and download the KITTI sequences from the KITTI website.

help h help message
directory d *required* - path to the kitti dataset Directory
frequency f set replay Frequency
all a replay All data
velodyne v replay Velodyne data
gps g replay Gps data
imu i replay Imu d
ata
grayscale G replay Stereo Grayscale images
color C replay Stereo Color images
viewer V enable image viewer
timestamps T use KITTI timestamps
stereoDisp s use pre-calculated disparities
viewDisp D view loaded disparity images
frame F start playing at frame...
gpsPoints p publish GPS/RTK markers to RVIZ, having reference frame as [example: -p map]
synchMode S Enable Synch mode (wait for signal to load next frame [std_msgs/Bool "data: true"]
kitti_player needs a directory tree like the following:
βββ 2011_09_26_drive_0001_sync
βββ image_00
β βββ data
β β timestamps.txt
βββ image_01
β βββ data
β β timestamps.txt
βββ image_02
β βββ data
β β timestamps.txt
βββ image_03
β βββ data
β β timestamps.txt
βββ oxts
β βββ data
β β timestamps.txt
βββ velodyne_points
β βββ data
β β timestamps.txt
βββ calib_cam_to_cam.txt
