Code Monkey home page Code Monkey logo

aadc2018's Introduction

AADC 2018 - Team AlpaKa

This is the entry of team AlpaKa for the Audi Autonomous Driving Cup 2018.

Please consider the license information provided with this repository. You should have received a copy LICENSE.md.

Team AlpaKa is supported by the FZI Foschungszentrum Informatik Karlsruhe. General information regarding the AADC support at the FZI, e.g. publications and code description, can be found here:

Audi Autonomous Driving Cup at www.fzi.de

Dependencies

Team Alpaka based its entry on many open source libraries:

  • ROS (component communication, visualization, ...)
  • OpenCV (image handling)
  • oadrive (core driving functionalities)
  • ros_oadrive (ROS wrapper for oadrive)
  • adtf_ros (ROS bridge for ADTF)
  • darknet_ros (YOLO (vehicle and blue lights detection))

The projects oadrive, ros_oadrive and adtf_ros have been extensively further developed to fit to the competition requirements 2018.

We describe the structure of the main components below.

Structure

aadc2018 (this repository)

This repository contains a description of the general project and the basic ADTF config that was used in the cup. This is the entry point of the code and depends on all the other repositories.

oadrive

This repository holds a family of C++ libraries, containing the general program logic to drive a car, independent of any middleware (e.g. ADTF or ROS). It can be found here: https://github.com/fzi-forschungszentrum-informatik/oadrive

ros_oadrive

This repository contains ROS wrappers for the libraries contained in oadrive. It brings everything together and allows communication between the different modules. It can be found here: https://github.com/fzi-forschungszentrum-informatik/ros_oadrive

adtf_ros

This connects a ROS interface to ADTF, which allows for communication with ros_oadrive. It corresponds to the aadcUser folder in the default AADC vehicle system configuration. It can be found here: https://github.com/fzi-forschungszentrum-informatik/adtf_ros

Setup

While most of the dependencies can be installed via the package manager on a recent Ubuntu linux system, the libraries oadrive, ros_oadrive and adtf_ros have to be downloaded from github and built from source.

  1. Install an Ubuntu linux system with all dependencies (Tested with Ubuntu 16.04). See http://wiki.ros.org/kinetic/Installation/Ubuntu for an entry point on installing ROS.
  2. Clone and follow the instructions in the oadrive repository to set up and install oadrive.
  3. Clone and follow the instructions in the ros_oadrive repository to set up and install ros_oadrive.
  4. Clone the adtf_ros repository inside the aadcUser folder of the AADC vehicle.
  5. Load the UserConfiguration ADTF project inside this repository in ADTF.

Contact:

aadc2018's People

Contributors

florian-kuhnt-fzi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.