-
When exporting a scenario including OpenDRIVE I am ending up with an absolute .xodr file path in the .xosc.
```
```
This is not portable and should be change to a relative fil…
-
When I run the manual control python code from scenario runner separately it runs fine but the pygame window doesn't open when running through the plugin.
These are the steps followed
1. Load Town…
-
Hi,
when testing the Crossing pedestrian ALKS scenario on a tightly curved road, I realized that the TimeHeadwayCondition is not evaluated as expected and only triggers once the car passes the pede…
-
It seems esmini is having an issue with double roadmarks when using the "simple" definition. Here is an example that is not working:
[example.zip](https://github.com/esmini/esmini/files/7920533/examp…
-
Thanks for the app!
But recently I installed in other computer with ubuntu 18.04 but see that it is not working anymore,
any clue whats wrong on master?
![image](https://user-images.githubuserco…
-
I am having this issue that when I create a junction with different combinations of connected roads I am sometimes getting this error
Python: Traceback (most recent call last):
[...]
junction_r…
-
Hi all,
I'm experiencing some problems when placing actors in OpenScenario scenarios by "World position". I have created scenarios based on a OpenDrive file (Carla Demo xodr files ass well), and in…
-
I want to generate map in carla according to a opendrive file.
I search the plugin and find an "OpenDriveActor". This actor will load opendrive file.
I want to know when this actor will work?
Also,…
-
when I download the pre-built binary , then run `./odrviewer`, get error as below:
```
./odrviewer: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by ./odrviewer)
```
…
-
Attached is an xodr and yaml file.
Here is an algorithm to detect a ramp-like Junction
```C++
bool IsRampJunction(const ::maliput::api::Junction* junction) {
const int num_segments = junctio…