Tutorial_commonroad-search.ipynb

Hi guys!

I have a problem regarding the second tutorial (“tutorial_commonroad-search.ipynb”). The first one (“tutorial_commonroad-io.ipynb”) has worked perfectly fine. I am working on a Mac and did the installation manually.

This is the Error at “5.Search for Solution”.

I don’t get it why it isn’t working. I did the whole process with a friend of mine who doesn’t have the error message. Furthermore this is the tutorial where I did not implement anything myself, which is why

I am quite confused and would appreciate any help.

Hi, can you try using the gbfs planner and see if it outputs the same error?
In your case, the path_primitive_translated variable is of type None, which means that this variable was not computed correctly. It should be a list of States.