Skip to content
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

How to run the entire pipeline with my own map. #2

Open
JarvisLee0423 opened this issue May 17, 2024 · 1 comment
Open

How to run the entire pipeline with my own map. #2

JarvisLee0423 opened this issue May 17, 2024 · 1 comment

Comments

@JarvisLee0423
Copy link

Hi,
I want to know whether can I run the whole simulation pipeline with my own roadrunner map? Currently, I finished drawing the road runner map and successfully imported it into the carla 0.9.15 in ubuntu 22.04. After that, I have reconstructed the pcd map by some slam algorithm in the carla. Therefore, now I got my own carla map and pcd map. I see for the autoware, the op_agent need two other files, one called osm and the other called projector yaml. However, after I drawing my own osm file and projector yaml below, and copy these two files with pcd into the map folder in op_agent. The localization between autoware and carla is not consistent. Could you tell me how can I successfully complete the whole simulation in carla and autoware with my own map, just like the example map Town03?
Thanks a lot.

I attached the comparison between the osm and projector yaml of default Town03 and my own map for your convenience.
20240517-175735
20240517-175739

@hatem-darweesh
Copy link
Owner

Check the answer of the other issue.

hatem-darweesh/op_bridge#31

You need to convert to OpenDRIVE to Lanelet2 not just OSM, and this conversion must include local Cartesian coordinates (used by autoware).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants