Skip to content

ika-rwth-aachen/acdc-notebooks

Repository files navigation

Build Main

Automated and Connected Driving Challenges (ACDC)

This repository belongs to the Automated and Connected Driving Challenges (ACDC), a Massive Open Online Course (MOOC) on edX.org, teaching how to solve current challenges in the field of automated and connected mobility. This repository contains Jupyter Notebook programming tasks.

Watch the Course Trailer for a quick introduction to the course:

Watch the video

Enroll in the course for free here and learn how to shape future automated and connected mobility!

The course is taught by the Institute for Automotive Engineering (ika) of RWTH Aachen University in Germany.

Repository Content

For the complete course content including the solutions to all programming tasks in the course, please enroll in the course.

If you want to get to know the programming tasks of this repository, you can find an overview in this Jupyter Notebook.

We offer additional programming tasks relating to the Robot Operating System (ROS) in the ACDC repository.

Note that Jupyter Notebooks are often not correctly displayed on Github. Use JuypterLab as described below to correctly display the notebooks.

Quick Start

All programming tasks can be run inside of a Docker container, which we provide. Our ACDC-Notebooks Docker container can be used for starting JupyterLab on you local machine. You can use the following instructions to run the container:

  1. Follow all steps described under Installation in the ACDC repository's Wiki.

  2. Clone this repository:

    git clone https://github.com/ika-rwth-aachen/acdc-notebooks.git
  3. Pull our ACDC-Notebooks Docker image from our registry:

    docker pull rwthika/acdc-notebooks:latest
  4. In a terminal, navigate to the Docker directory of this repository and launch the ACDC-Notebooks Docker container with the provided run script:

    # acdc-notebooks/docker
    ./run.sh

    The Docker image should start now and your terminal should display some output similar to the one seen in the image below. Open the last link displayed in your terminal and JupyterLab will open in your browser.

  5. Navigate to the /acdc/ directory in JupyterLab and open index.ipynb to get an overview of all available notebooks.

License

MIT License

Copyright 2023 Institute for Automotive Engineering of RWTH Aachen University.

About

Jupyter Notebooks for the MOOC "Automated and Connected Driving Challenges" available on edX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages