-
Notifications
You must be signed in to change notification settings - Fork 0
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
Question about the project domain in cartesian_point_inside_projection_domain
#7
Comments
Hi @GilgameshD , thanks for your post and excuse the late reply; I missed the posts here recently. However, in our current version, the projection domain check leads to problems sometimes. We are currently working on a revised version of the curvilinear coordinate system (which will be an own package and not part of the commonroad-drivbaility-checker anymore). In this version we have made some improvements, and also allow the user to deactivate the projection domain check. We will probably publish it on Github within the next week, I will notify you again. Best, |
Hi @geraldfw, Thanks for your reply! My observation is that even though the reference line is straight, the region is still limited to one side of the line. But I am looking forward to the new package! It would be very useful to have a standalone package of curvilinear system instead of installing the entire commonroad package. Best, |
Hi @GilgameshD , hm, that's strange. I could imagine that there is perhaps an issue with the reference path itself. Some issues which come to my mind:
In the new package, we have added multiple methods to pre-process the reference path, since we noticed that these problems occur frequently, so I hope this would solve some issues then :) Best, Gerald |
That makes sense. I guess the reason is that points are too dense and the curvature is high. I observed that with some reference lines the domain is almost correct and with others, it is totally on one side of the line. |
Hi,
I am using this package to convert cartesian coordinates to curvilinear coordinates. However, I am a little confused about the definition of the project domain. I randomly sample points in cartesian and use
cartesian_point_inside_projection_domain
to check if it belong to the project domain. I got the following result.The black line is my reference line and the red points are in the project domain. It seems the domain is not symmetric to the reference line. Could you elaborate more about the definition of the project domain?
Thanks.
The text was updated successfully, but these errors were encountered: