Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 2.28 KB

README.md

File metadata and controls

71 lines (38 loc) · 2.28 KB

UTBM Multisensor ROS-based Dataset for Autonomous Driving

Zhi Yan, Li Sun, Tomas Krajnik, and Yassine Ruichek

Build Status

Dataset

https://epan-utbm.github.io/utbm_robocar_dataset/

Baselines

We forked the implementation of the following state-of-the-art methods and experimented (with minor changes) with our dataset:

All users are more than welcome to commit their results.

Ground-truth trajectories recorded by GPS/RTK

loam_velodyne (lidar odometry)

loam_map.png

How to play

roslaunch loam_velodyne loam_velodyne_utbm.launch bag:=path_to_your_rosbag

loam_velodyne_utbm.launch is here.

Evaluation

First of all, you should have something like this:

loam_rosgraph.png

Then, /aft_mapped_to_init(nav_msgs/Odometry) is the output lidar odometry that needs to be evaluated.

Single Velodyne HDL-32E (left)

loam.png

LeGO-LOAM (lidar odometry)

lego_map.png

How to play

roslaunch lego_loam lego_loam_utbm.launch bag:=path_to_your_rosbag

lego_loam_utbm.launch is here.

Evaluation

First of all, you should have something like this:

lego_rosgraph.png

Then, /aft_mapped_to_init(nav_msgs/Odometry) is the output lidar odometry that needs to be evaluated.

Single Velodyne HDL-32E (left)

lego.png