-
Notifications
You must be signed in to change notification settings - Fork 330
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
lanelet2 Graph #377
Comments
I am trying to use
there are 2 main question, Thanks |
since we are not using the lanelet2 API/tool, I cannot help here. |
I wanna add a few comments. The wrong distance is due to projection error. I have solved this problem by , define the origin and project it and load the projected origin to the load function as the following lines
which makes this issue closed. |
Hello All,
I have a lanelet2 format of map1 of carla. I have converted it to graphfile .gv now each lanelet of the map is a node on the graph.
I want to find a way to know what does each node on a graph represent on the map. In other words, I need a function that takes the longitudinal and lateral coordinates and returns to me the corresponding node in the graph. does the API offer that, how can i make the graph keeps the geographical information to it ? any guiding for this task is appreciated
Regards,
The text was updated successfully, but these errors were encountered: