-
Notifications
You must be signed in to change notification settings - Fork 1
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
Carla related query #3
Comments
If i understand you correctly you want to convert a position on the camera image (x,y coordinate) to coordinates in the carla map. |
yep, exactly the opposite of what my partners did in the dataset generation project. You should be able to use it as a reference. Also because it wasn't my part of the project i can't help you that much with it. But as i also said in the issue i linked its a relatively common computer vision problem and you will find the formula for that conversion. |
Thanks i will take a look into it and see how i can use it, if i am not wrong it's the fast_lane_detection.py where the world coordinate is converted to image coordinate. So when we say world coordinate in carla its the map coordinate right? the exact x y position on the map. |
i think so. i don't currently have the time to look it up myself |
No worries, thanks for the input. I will check how I can do it for my case. |
Hello @Glutamat42, i have a doubt on a problem i am working on. I am basically doing the same as your project to detect lanes in Carla in real time. My question is if it is possible to get the map (X,Y) coordinates and get a trajectory of the list of detected lane points for the car to drive on. I would offset the detected lane list to the middle of the lane to keep the car in the lane boundary. But i couldn't find any ways to transform the pixel coordinates to map coordinates yet. Any advice on this case would be very helpful. I am searching the carla forum as well, hoping to find some thing there. Thanks in advance.
The text was updated successfully, but these errors were encountered: