Skip to content

ika-rwth-aachen/acdc

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 programming tasks relating to the Robot Operating System (ROS).

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 instructions in the Repository's Wiki.

We offer additional programming tasks in the form of Jupyter Notebooks here.

Quick Start

All programming tasks can be run inside of a Docker container, which we provide.

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

  2. Clone this repository with the contained submodules:

    git clone --recurse-submodules https://github.com/ika-rwth-aachen/acdc.git
  3. Pull the Docker image that is needed to run our tasks:

    docker pull rwthika/acdc:ros1
  4. If you also want to execute our new ROS2 tasks, then you would also need to pull the following image:

    docker pull rwthika/acdc:ros2
  5. Start ROS1: In a terminal, navigate to the Docker directory of this repository and launch the ACDC Docker container with the provided run script:

    # acdc/docker
    ./ros1_run.sh
  6. Start ROS2: In a terminal, navigate to the Docker directory of this repository and launch the ACDC Docker container with the provided run script:

    # acdc/docker
    ./ros2_run.sh

License

Copyright (c) 2023-2024, Institute for Automotive Engineering (ika), RWTH University

About

Code Repository for the MOOC "Automated and Connected Driving Challenges" available on edX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published