-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opendrive Conversion of map1.xodr from CARLA #22
Comments
If you use the Python script, setting It is currently not possible to do this from the command line. |
Are you using the function config = open_drive_config scenario = opendrive_to_commonroad(input_path, odr_conf=config) |
Which version of the scenario-designer do you have installed? |
I have edited the opendrive map and change the coordinates to other values as the following 2 lines
|
I also just tried the develop branch again and for me the following code snippet works.
Updating, the geo-reference might lead to wrong results. |
It works fine but another problem appeard the file is no longer readable by JOSM. |
I just converted Town02 to Lanelet2 and for me loading the map in JOSM works. |
I want to add a point. I have converted the maps using the following command |
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: Invalid projection: +lat_0=4.9000000000000000e+1 +lon_0=8.0000000000000000e+0 +type=crs: (Internal Proj Error: proj_create: unrecognized format / unknown
name)
The map file can be found here
Could elaborate on that how to deal with ?
I have used other maps , I get always some warnings also related to projections from lanelet
Default origin should not be used when writing into a format that uses georeferenced lat/lon coordinates. Will continue to write the map, but the data will be dislocated and deformed
The text was updated successfully, but these errors were encountered: