All Projects → amodeus-science → amod

amodeus-science / amod

Licence: GPL-2.0 license
Autonomous Vehicles Intelligence Analysis

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to amod

amodeus
Autonomous Mobility-on-Demand Extremely Useful Simulation
Stars: ✭ 44 (+22.22%)
Mutual labels:  amod, dispatching-algorithms
f1usb
Einfaches Beispiel für die Entwicklung eines USB FullSpeed Device auf Basis des STM32F103 ohne die Verwendung externer Bibliotheken
Stars: ✭ 27 (-25%)
Mutual labels:  demonstration
Gans Awesome Applications
Curated list of awesome GAN applications and demo
Stars: ✭ 3,933 (+10825%)
Mutual labels:  demonstration
svd-image-compression-demo
Demonstration of low rank matrix approximations via singular value decomposition
Stars: ✭ 23 (-36.11%)
Mutual labels:  demonstration
flexible-fn-rs
Demonstration of flexible function calls in Rust with function overloading, named arguments and optional arguments
Stars: ✭ 80 (+122.22%)
Mutual labels:  demonstration
getplay
The simplest way to integrate vue-play into your project
Stars: ✭ 13 (-63.89%)
Mutual labels:  demonstration
ng2-lazy-load-demo
A sample repository for Angular2 lazy module loading
Stars: ✭ 22 (-38.89%)
Mutual labels:  demonstration

amodeus.amod Build Status

This repository allows to run an autonomous mobility-on-demand scenario using the amodeus library.

Try it, orchestrate your own fleet of amod-taxis! Watch a visualization of a traffic simulation in San Francisco generated using this repository.

p1t1

p1t4

p1t3

p1t2

Admins

AMoDeus is jointly maintained and further developed by the Admins and Code Owners Christian Fluri (ETH Zürich), Joel Gächter (ETH Zürich), Sebastian Hörl (ETH Zürich), Claudio Ruch, Jan Hakenberg, ChengQi Lu (TU Berlin), and Marc Albert (nuTonomy).

Please let us know if you'd like to contribute!

First steps in the amod repository

Prerequisites

  • You may work on a Linux, Mac or Windows OS with a set of different possible IDEs. The combination Ubuntu, Java 8, Eclipse has worked well.
  • Install Java SE Development Kit (version 8, or above)
  • Install Apache Maven
  • Install IDE (ideally Eclipse Oxygen or Photon)
  • Install GLPK and GLPK for Java (Ensure you install compatible versions, e.g. here)
    • Prerequisites are: GCC, Libtool, Swig and Subversion
  • Install Git and connect to GitHub with SSH

The code format of the amod repository is specified in the amodeus profile that you can import from amodeus-code-style.xml.

Getting Started

Follow these step-by-step instructions or the video to set up, prepare, and run your first simulation. You can get a sample simulation scenario at https://www.amodeus.science/

  1. Clone amod
  2. Import to eclipse as existing maven project (Package Explorer->Import) using the pom.xml in the top folder of this repository.
  3. Set up Run Configurations for: (ScenarioPreparer; ScenarioServer; ScenarioViewer), chose the Working Directory to be the top Simulation Folder directory.
  4. Adjust the simulation settings in the 3 config files: av.xml for av fleet values (e.g. number vehicles), AmodeusOptions.properties for AMoDeus settings (e.g. max number of people) and config.xml for Matsim settings (e.g. output directory).
  5. Add JAVA VM arguments if necessary, e.g., -Xmx10000m to run with 10 GB of RAM and -Dmatsim.preferLocalDtds=true to prefer the local Dtds.
  6. Run the ScenarioPreparer as a Java application: wait until termination
  7. Run the ScenarioServer as a Java application: the simulation should run
  8. Run the ScenarioViewer as a Java application: the visualization of the scenario should open in a separate window

Gallery

usecase_amodeus

Zurich

p1t5

San Francisco

San Francisco

San Francisco

String Interface

TODO improve and adapt documentation, de-dockerize Run docker-compose up to run the San Fransisco simulation. This will run two services, aido-host and aido-guest, which will communicate over port 9382.

The protocol is specified here.


ethz300

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].