metadriverse / scenarionet

ScenarioNet: Scalable Traffic Scenario Management System for Autonomous Driving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

normalize all positions with ego car's first frame position as origin

QuanyiLi opened this issue · comments

There is a function ScenaioDescription.centralize_to_ego_car_initial_position() which should be called after processing all scenarios, especially Waymo Scenarios.

Some works translate to ego car's 11th step position in Waymo scenarios

The simulator needs to centralize all elements to (0,0) so the terrain can be generated. But No need to do this now. We can normalize them on the simulator side.