-
Hi,
How can I generate gifs as shown in closed loop visualization for any trained model such as QCNet or Forecast-MAE?
For reference: https://github.com/chantsss/POP-CODE?tab=readme-ov-file#closed…
-
Hi,
Our objective is to convert a SUMO map to Lanelet2 map, usually it will need to go through a process of sumo->opendrive->commonroad->lanelet2 map. However, after utilizing your pipeline, we notic…
-
I want to convert the Carla sample maps from opendrive to lanelets. By running this command ` crdesigner --input-file Town01.xodr --output-file Town01.osm odrlanelet2` i get this error.
CRSError: In…
-
Hi and thanks for your great repo!
I installed `commonroad-crime==0.4.2` through pip. Now, I want to checkout the same as code, but I see that the release tags in this repo currently stop at `v0.3.…
-
Hello,
Do you know whether ScenarioNet format is compatible in some way with OpenDrive and/or CommonDrive data format?
-
Seems like there's no relations between LaneCenters available (like predecessors, successors, left, right) in the data and no API to calculate it. This is very limiting, as all those relations must be…
-
### Discussed in https://github.com/CommonRoad/commonroad-scenario-designer/discussions/20
Originally posted by **ramdort** October 10, 2024
I am working on building a Lanelet maps of a city. …
-
I've finished training and get a model like this:
![image](https://user-images.githubusercontent.com/57039926/70117507-9ba3c080-16a0-11ea-8316-2bdec4e30847.png)
When I set the args like this:
pars…
-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were fo…
-
I like commroad very much, but I would rather use c++ than python to implement my algorithm. Does CommonRoad-IO have C++ interface ? Thanks for your work !😀