Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 656 Bytes

folder-structure.md

File metadata and controls

23 lines (20 loc) · 656 Bytes

Folder structure

For every scenario with name <scenario_name>, the scripts expect the map with name <scenario_name>.osm to be in folder maps and the track files to be in a subfolder with name <scenario_name> within folder recorded_trackfiles.

.
├── README.md
├── doc
│   └── ...
├── python
│   └── ...
├── maps
│   ├── Scenario1.osm
│   └── Scenario2.osm
└── recorded_trackfiles
    ├── Scenario1
    │   ├── vehicle_tracks_000.csv
    │   └── ...
    └── Scenario2
        ├── vehicle_tracks_000.csv
        └── ...