No "commonroad" in commonroad-search

We have this tutorial from https://gitlab.lrz.de/tum-cps/commonroad-search.git
(which I already setup with commonroad-drivability-checker and jupyter etc…)
and i started the first tutorial (IO). The python code would not run because there is no commonroad folder. Why?

And furthermore, could someone please explain to me:

  1. why we have to move our homework assignments to aima-python?
  2. We have four repositories: The first one is the current homework, the second (aima-python) has the scripts of the lecture and the last two (common-road…) are for??? what? for tutorials?
  3. we apparently have a fifth repo called commonroad_io which btw. would not solve my initiative problem

Hi,

What do you mean exactly by there is no commonroad folder? If you cannot find the package in python, this means that you have not installed commonroad-io properly. Just do pip install commonroad-io.
The repo you have mentioned is mainly for the CommonRoad Search bonus programming exercise.