nuplan-devkit icon indicating copy to clipboard operation
nuplan-devkit copied to clipboard

LaneConnector's turn type

Open YimingShu-teay opened this issue 1 year ago • 0 comments

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

YimingShu-teay avatar Mar 20 '24 09:03 YimingShu-teay