Giter Site home page Giter Site logo

jomadrid / adore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eclipse/adore

0.0 0.0 0.0 101.77 MB

Adore project

License: Eclipse Public License 2.0

Shell 0.88% C++ 92.66% Python 1.28% C 0.04% Makefile 0.52% CMake 4.38% Dockerfile 0.23%

adore's Introduction

Automated Driving Open Research (ADORe)

Eclipse ADORe is a modular software library and toolkit for decision making, planning, control and simulation of automated vehicles. It is currently developed at DLR (German Aerospace Center), Institute of Transportation Systems. Some things you will find here:

  • Algorithms and data models applied in real automated driving system for motion planning and control
  • Mechanisms for safe interaction with other CAVs, infrastructure, traffic management, interactions with human-driven vehicles, bicyclists, pedestrians
  • Integration with typical tools and formats such as ROS, SUMO, CARLA, OpenDrive, Road2Simulation, ITS-G5 V2X (MAPEM, SPATEM, DENM, MCM, SREM)

Here you can see one of our automated test vehicles being operated by ADORe: ADORe example video

Getting started

Quick Start Guide

Prerequsits

  • Docker v20.10.17 or greater
  • docker compose v2.6.0 or greater
  • Make
  • Storage
    • at least 2.5 GB to clone the repository
    • at least 15 GB to build all necessary docker context

Before you start make sure you have docker, docker compose, and make installed and configured for your system. To check this run the following commands:

  1. check your docker version:
$ docker --version
Docker version 20.10.17, build 100c701
$ docker compose version
Docker Compose version v2.6.0
  1. Check that you are a member of the docker group:
id | grep docker
...,998(docker),...
  1. Check your storage and be sure you have ~18GB free:
df -h

For help installing and configuring docker follow the official docker documentation (https://docs.docker.com/engine/install/ubuntu/)[https://docs.docker.com/engine/install/ubuntu/]

Quick Start

  1. Clone the repository with submodules:
git clone --recurse-submodules -j8 [email protected]:eclipse/adore.git
  1. Build the system:
cd adore && make
  1. Run the adore-cli:
make adore-cli
  1. Run a test scenario from within the adore-cli context:
cd adore_if_ros_demos && roslaunch baseline_test.launch
  1. Run unit tests:
make test

adore's People

Contributors

daniel-gitgit avatar akoerner1 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.