InterSim icon indicating copy to clipboard operation
InterSim copied to clipboard

How can I get the HD map information

Open InterKnight opened this issue 2 years ago • 1 comments

Hi, Thank you for great work ! I'm wondering if the planning algorithm need HD map, how can I get the map information? I need get map data from WOMD/NuPlan and convert data format to meet algorithm requirements?

InterKnight avatar Oct 26 '23 03:10 InterKnight

Yes, the planning algorithm uses HD map. You can find the converted data format in the road_dic. All HD map information is packed into this dictionary for the planner to use.

larksq avatar May 07 '24 15:05 larksq