Skip to content

KTH-RPL-Planiacs/share-the-unseen

Repository files navigation

Share the Unseen

Dependencies

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:

  1. Anaconda 🐍
  2. Jupyter notebook 📔
  3. CommonRoad framework 🚘 🚖 🚔
  4. SUMO (Simulation of Urban MObility)

Step-by-step installation

  1. Install Anaconda (https://docs.anaconda.com/anaconda/install/linux/)

  2. Create a new conda environment and activate it.

$ conda create -n shared_occlusions python=3.8
$ conda activate shared_occlusions
  1. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published