Hi all,
in the second tutorial of Collision Checker, I ran the first part and the following error came out:
----> 6 from commonroad_cc.visualization.draw_dispatch import draw_object
7
8 # load the exemplary CommonRoad scenario using the CommonRoad file reader
ModuleNotFoundError: No module named ‘commonroad_cc’
Where could I install the commonroad_cc library? Or it has not been updated, since in the new tutorial of Commonroad_io the import of draw_object is as follows:
from commonroad.visualization.draw_dispatch_cr import draw_object
Thanks a lot in advance
Yuanfei
