All Projects → StatueFungus → Autonomous_driving

StatueFungus / Autonomous_driving

Ros package for basic autonomous lane tracking and object detection

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Autonomous driving

Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (+119.4%)
Mutual labels:  object-detection, ros, autonomous-driving, autonomous-vehicles
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+10365.67%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
Jetson Car
Autonomous Racing Car using NVIDIA Jetson TX2 using end-to-end driving approach. Paper: https://arxiv.org/abs/1604.07316
Stars: ✭ 172 (+156.72%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
Autorally
Software for the AutoRally platform
Stars: ✭ 595 (+788.06%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
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 (+262.69%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
ar-tu-do
ROS & Gazebo project for 1/10th scale self-driving race cars
Stars: ✭ 65 (-2.99%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
FusionAD
An open source autonomous driving stack by San Jose State University Autonomous Driving Team
Stars: ✭ 30 (-55.22%)
Mutual labels:  ros, autonomous-driving, autonomous-vehicles
Apollo Platform
Collections of Apollo Platform Software
Stars: ✭ 611 (+811.94%)
Mutual labels:  ros, autonomous-driving
Awesome Interaction Aware Trajectory Prediction
A selection of state-of-the-art research materials on trajectory prediction
Stars: ✭ 625 (+832.84%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Ultra Fast Lane Detection
Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)
Stars: ✭ 688 (+926.87%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Tianbot racecar
DISCONTINUED - MIGRATED TO TIANRACER - A Low cost Autonomous Driving Car Educational and Competition Kit
Stars: ✭ 26 (-61.19%)
Mutual labels:  ros, autonomous-driving
Linorobot
Autonomous ground robots (2WD, 4WD, Ackermann Steering, Mecanum Drive)
Stars: ✭ 598 (+792.54%)
Mutual labels:  ros, autonomous-vehicles
Apm planner
APM Planner Ground Control Station (Qt)
Stars: ✭ 413 (+516.42%)
Mutual labels:  ros, autonomous-vehicles
Fourth robot pkg
4号機(KIT-C4)用リポジトリ
Stars: ✭ 7 (-89.55%)
Mutual labels:  ros, autonomous-vehicles
Navigator
NaviGator ASV on-board software
Stars: ✭ 29 (-56.72%)
Mutual labels:  ros, autonomous-vehicles
Autoware.ai
Open-source software for self-driving vehicles
Stars: ✭ 5,044 (+7428.36%)
Mutual labels:  ros, autonomous-vehicles
Dig Into Apollo
Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.
Stars: ✭ 903 (+1247.76%)
Mutual labels:  autonomous-driving, autonomous-vehicles
Ros yolo as template matching
Run 3 scripts to (1) Synthesize images (by putting few template images onto backgrounds), (2) Train YOLOv3, and (3) Detect objects for: one image, images, video, webcam, or ROS topic.
Stars: ✭ 32 (-52.24%)
Mutual labels:  object-detection, ros
Dodo detector ros
Object detection from images/point cloud using ROS
Stars: ✭ 31 (-53.73%)
Mutual labels:  object-detection, ros
Constrained attention filter
(ECCV 2020) Tensorflow implementation of A Generic Visualization Approach for Convolutional Neural Networks
Stars: ✭ 36 (-46.27%)
Mutual labels:  autonomous-driving, autonomous-vehicles

Autonomous Driving

This software was developed as part of college project at Hochschule Darmstadt in semester 2016 / 2017.

You can watch a demo of this project by clicking at the image below. DEMO

Installation

Preparations

First of all you need a ROS installation with the Indigo distribution. A detailed installation guide for ROS can be found at http://wiki.ros.org

There are some dependencies required to build the project. You can either install them manually or by using the rosdep-command from the ros environment.

Build project

Next you have to create a workspace at any place of your file system.

mkdir -p <workspace_folder>/src
cd <workspace_folder>/src

catkin_init_workspace

With the following statement you add important workspace informations to your environment variables. You always have to do this before you can use this package for ros.

cd ../

catkin_make

source devel/setup.bash

After that you go to the src-folder, clone the project into it and build the ros package

cd src
git clone https://github.com/StatueFungus/autonomous_driving.git autonomous_driving

cd ../
catkin_make
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].