This repository assumes an Ubuntu distribution (it was developed and tested on Ubuntu 20.04.1 LTS). In this readme file we will explain how to install all required dependencies for this tutorial, which are:
- Anaconda 🐍
- Jupyter notebook 📔
- CommonRoad framework 🚘 🚖 🚔
- SUMO (Simulation of Urban MObility)
-
Install Anaconda (https://docs.anaconda.com/anaconda/install/linux/)
-
Create a new conda environment and activate it.
$ conda create -n shared_occlusions python=3.8
$ conda activate shared_occlusions
- Clone this repository and install its dependencies
$ cd /your/path
$ git clone https://gits-15.sys.kth.se/jmgs/share_the_unseen
$ cd share_the_unseen
$ pip install -r requirements.txt
$ sudo apt install ffmpeg