motional / nuplan-devkit

The devkit of the nuPlan dataset.
https://www.nuplan.org
Other
636 stars 126 forks source link

LaneConnector's turn type #372

Open YimingShu-teay opened 4 months ago

YimingShu-teay commented 4 months ago

Hello, I hope this message finds you well. I am currently utilizing the NuPlan toolkit for a project and have encountered a scenario that I hope to gain some clarity on. Specifically, I am working with the LaneConnector class and noticed that the turn_type method cannot be directly invoked as it raises a NotImplementedError def turn_type(self) -> LaneConnectorType: """Inherited from superclass""" raise NotImplementedError