CommonRoad version of XML-file is not supported #1
-
I tried to get motion planning solutions from a docker submission provided by former competitioners, I got the solutions successfully but was not able to read them. The version of commonroad-io inside the container created fromo the docker submission is 2022.1, I built a conda envirionment(cr-io version: 2023.4) outside the container to read the results, I used the code example provided in commonroad-io gir repository to read them, I had no problem reading and visualizing the scenarios, but when reading the solutioins, the following error pops out: Traceback (most recent call last): Also I'm not sure how to read and visualize the the solutions for interactive scenarios, is there a code example for it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like you are trying to read a solution file with the scenario file reader. |
Beta Was this translation helpful? Give feedback.
It looks like you are trying to read a solution file with the scenario file reader.
You have to use the CommonRoadSolutionReader instead.