Open rgu01 opened 7 months ago
1. Installation issues The commonroad-all installation supports currently only the following tools/version:
We will update the tools/versions in the next couple of weeks and ensure that the corresponding tools work together properly. Tools not part of this list will probably cause installation issues when installing them together with commonroad-all.
2. CommonRoad-Search The installation of CommonRoad search is also detailed in the corresponding repository: https://gitlab.lrz.de/tum-cps/commonroad-search
3. CommonRoad-Reach You can find the scenario in the repository here or on our website.
4. CommonRoad-RL You can find the missing file here.
In general, the minimal examples will not work when only installing the PyPI package, as the package does not contain the required example files. If you want to try out the minimal examples, I recommend cloning the corresponding repository. The cloned repository should contain scripts or notebooks which can be executed directly.
I will also ask my colleagues who are responsible for the corresponding tools to take a look at your problems.
System description
Conda environment description
Other common road package installed
Error description I successfully ran
pip install commonroad-all
, but encountered "ModuleNotFound" errors in several minimal examples given by the tutorial.pip install simulation
, I ended up with another error:Miniexample of commonroad-search (python=3.9): ModuleNotFoundError: No module named 'maneuver_automaton' and No module named 'motion_planner'. In addition, No module named 'SMP' occurred when running the first example of the tutorial: Uninformed Search Algorithms. I guess commonroad-search is not in commonroad-all (?), so I git clone the repo and run
pip install -r requirements.txt
, but it went wrong again. Is there a recommended way of installing the search tool? Hard to navigate among various places on the Internet.Minimal example of commonroad-reach: FileNotFoundError: [Errno 2] No such file or directory: 'scenarios/ARG_Carcarana-1_1_T-1.xml'. Do we need to download the scenarios manually and where?
Minimal-example for Commonroad-RL (python=3.7.16, tool installed via pip install commonroad-rl)