Please install docker and docker-compose to your system.
For the Fall School 2021 please download the NEEM from the following link: https://seafile.zfn.uni-bremen.de/f/b66a71b257084d459b6c/?dl=1
To install and start the EASE Fall School 2021 Jupyer-Lab and run the notebooks follow this steps:
- Clone this repository and move into the directory:
https://github.com/sasjonge/ease_fs_neems_2021.git && cd ease_fs_neems_2021
- Create the directory
data
. Place your NEEM data in thedata
directory. The directory should contain the subdirectoriestriples
,ros_tf
,annotations
,inferred
- Run
docker-compose up
- Wait till the knowrob_container is ready
- Open the Jupyter-Lab using the link shown in your terminal
To open the notebooks you can choose them from the left sidebar. We recommend the following steps before running the exercises:
- Open neem_init.ipynb and follow the instructions.
- Have a look at tut0-jupyter-knowrob.ipynb (and if interested tut1-prolog.ipynb and tut2-semwebb.ipynb)
you can find the first exercise in fs-ex1-robot-structure.ipynb and the second exercise in fs-ex2-episode-structure.ipynb