All Projects → epan-utbm → Utbm_robocar_dataset

epan-utbm / Utbm_robocar_dataset

EU Long-term Dataset with Multiple Sensors for Autonomous Driving

Projects that are alternatives of or similar to Utbm robocar dataset

urban road filter
Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗
Stars: ✭ 134 (+22.94%)
Mutual labels:  ros, autonomous-driving
Vpgnet
VPGNet: Vanishing Point Guided Network for Lane and Road Marking Detection and Recognition (ICCV 2017)
Stars: ✭ 382 (+250.46%)
Mutual labels:  autonomous-driving, dataset
FusionAD
An open source autonomous driving stack by San Jose State University Autonomous Driving Team
Stars: ✭ 30 (-72.48%)
Mutual labels:  ros, autonomous-driving
patchwork
Official page of Patchwork (RA-L'21 w/ IROS'21)
Stars: ✭ 174 (+59.63%)
Mutual labels:  ros, autonomous-driving
Tianbot racecar
DISCONTINUED - MIGRATED TO TIANRACER - A Low cost Autonomous Driving Car Educational and Competition Kit
Stars: ✭ 26 (-76.15%)
Mutual labels:  ros, autonomous-driving
2019-UGRP-DPoom
2019 DGIST DPoom project under UGRP : SBC and RGB-D camera based full autonomous driving system for mobile robot with indoor SLAM
Stars: ✭ 35 (-67.89%)
Mutual labels:  ros, autonomous-driving
Cherry Autonomous Racecar
Implementation of the CNN from End to End Learning for Self-Driving Cars on a Nvidia Jetson TX1 using Tensorflow and ROS
Stars: ✭ 294 (+169.72%)
Mutual labels:  ros, autonomous-driving
Rt gene
RT-GENE: Real-Time Eye Gaze and Blink Estimation in Natural Environments
Stars: ✭ 157 (+44.04%)
Mutual labels:  ros, dataset
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+6333.03%)
Mutual labels:  ros, autonomous-driving
Apollo Platform
Collections of Apollo Platform Software
Stars: ✭ 611 (+460.55%)
Mutual labels:  ros, autonomous-driving
conde simulator
Autonomous Driving Simulator for the Portuguese Robotics Open
Stars: ✭ 31 (-71.56%)
Mutual labels:  ros, autonomous-driving
Icse Seip 2020 Replication Package
Replication package of the paper titled "How do you Architect your Robots? State of the Practice and Guidelines for ROS-based Systems" published at ICSE-SEIP 2020
Stars: ✭ 68 (-37.61%)
Mutual labels:  ros, dataset
Carma Platform
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
Stars: ✭ 243 (+122.94%)
Mutual labels:  ros, autonomous-driving
ar-tu-do
ROS & Gazebo project for 1/10th scale self-driving race cars
Stars: ✭ 65 (-40.37%)
Mutual labels:  ros, autonomous-driving
Jetson Car
Autonomous Racing Car using NVIDIA Jetson TX2 using end-to-end driving approach. Paper: https://arxiv.org/abs/1604.07316
Stars: ✭ 172 (+57.8%)
Mutual labels:  ros, autonomous-driving
Dataset Api
The ApolloScape Open Dataset for Autonomous Driving and its Application.
Stars: ✭ 260 (+138.53%)
Mutual labels:  autonomous-driving, dataset
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+1621.1%)
Mutual labels:  ros, autonomous-driving
Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (+34.86%)
Mutual labels:  ros, autonomous-driving
Autorally
Software for the AutoRally platform
Stars: ✭ 595 (+445.87%)
Mutual labels:  ros, autonomous-driving
Autonomous driving
Ros package for basic autonomous lane tracking and object detection
Stars: ✭ 67 (-38.53%)
Mutual labels:  ros, autonomous-driving

EU Long-term Dataset with Multiple Sensors for Autonomous Driving

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

Build Status License: CC BY-NC-SA 4.0

Issues

  • Radar data: 13
  • Vehicle position ground-truth provided by GPS-RTK: 1, 7

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

hector_pose_estimation (pose estimation)

hector_pose.png

How to play

roslaunch utbm_pose_estimation.launch bag:=path_to_your_rosbag

utbm_pose_estimation.launch is here.

Evaluation

First of all, you should have something like this:https://yzrobot.github.io/

hector_rosgraph.png

Then, /fix/pose(geometry_msgs/PoseStamped) ihttps://yzrobot.github.io/s the estimated robot pose (6DOF) based on the GPS data.

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_velodyne_20180719.png

LeGO-LOAM (lidar odometry)

  1. Minor changes w.r.t. LeGO-LOAM (Issue #9, thanks to robot54)

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_loam_20180719.png lego_loam_loop_closure_20180719.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].