-
Hello everyone, I am experimenting with xodr file and tried to load it into carla. I run the following command `python3 config.py -x opendrive/TownBig.xodr` and got the output something like this. The…
-
Hi, I can't get valid lane coordinates, just added output in test.cpp of lane points, my output is all nan
`
for(auto p: lane_pts)
{
printf("%.2f %.2f %.2f\n", p[0], p[1], p[2]);
}
`
…
-
Hello,
I'm trying to create a Carla map from an OpenDRIVE file and open it in a Carla package or import. I want to see not only the streets of the .xodr file but also to be able to add an environmen…
-
Hi,
Is there any way to convert opendrive to osgb file and add some environmental elements along the road?
-
I have prepared quite a simple map which was migrated from OSM using `netconvert` and then added some manual changes to the resulting file. This map is attached to the issue.
When I try to load thi…
-
In order to create a highway exit lane I am thinking about using a road to road link instead of a new lane section in order to simplify my life for the moment. However, as far as I know the scenarioge…
-
Hi, I'm new to Carla and I encountered an issue when trying to spawn a RGB camera sensor while playing the Carla Simulator in Unreal Engine
What I did:
1. Launch game inside Unreal Engine
2. us…
-
Hello,I am very interested in your project and I benefit a lot.Do you have any plans about adding association between opendrive map elements and related traffic rules or utilizing map data to generat…
-
I am not able to figure out how to do option "copy cursor geo-position to clipboard" with xodr OpenDRIVE map in sumo-gui
I have xodr map for San Mateo, CA I used
netconvert --opendrive test2.xodr…
tyye7 updated
2 years ago
-
Hey,
I try to simulate multiple road users (controlled via actions and triggers within the xosc-file) in combination with a sumo-controller for other vehicles.
Generally, it seems possible, but I d…