Skip to content

Create scenario conversion script to convert scenarios from SafetyPool to SSv2 compatible format #117

@diegoyabuki

Description

@diegoyabuki

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

Create a script that takes scenarios from the SafetyPool database as input and bridges the gap to the SSv2-supported format. A reference for the compatibility differences is available here.

Assume that the road and lane IDs to be converted are provided in a csv file, in the format below:

Road ID (OpenDRIVE) Lane ID (OpenDRIVE) Lanelet ID (LL2)
0 0 0

Ideally, the script shall perform the conversion of the scenario and execute it with autoware in one go.
List up all inputs required to run the script and provide the information in the task.

Purpose

To facilitate the execution of any scenario from the SafetyPool database using SSv2.

Possible approaches

The following differences must be bridged:

Definition of done

This task can be closed when all sub-tasks listed are completed.

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions