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

Question: What is the nuPlan data format and how to create/convert to nuplan data log?

Open felixf4xu opened this issue 4 months ago • 1 comments

Hi,

I'm using nuPlan-devkit and I would like to create some new data log in nuPlan format, or convert some existing recorded data into nuPlan data format.

Where can I get some document or sample code to do it?

Another possible approach would be to create the nuPlan data dynamically at runtime. In that case, it's also needed to know the data format so as to create the necessary data at runtime. I need some guidance here.

felixf4xu avatar Aug 28 '25 09:08 felixf4xu

Converting to nuplan db format might take you a lot of time and there isn't much guidance about it as far as I know. Maybe try to subclass AbstractScenario and map_api could help?

JingyuQian avatar Sep 17 '25 18:09 JingyuQian