You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "hd_map_lanelet.py", line 255, in <module>
print(parameter_dict.values())
RecursionError: maximum recursion depth exceeded while calling a Python object
Thanks for reporting this! Can you please create a standalone example so that we can reproduce your bug? I suspect there is some kind of loop in the parameters of your lanelets that causes the print function to recurse. But hard to tell without the actual data.
When I want to accessing the parameters of lanelet::AllWayStop/lanelet::RightOfWays, an infinite loop occurs.
The code is as below:
The error is shown as below:
Version: lanelet2 1.2.2 (Python3.9.21, Ubuntu 22.04 LTS)
The text was updated successfully, but these errors were encountered: