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

Sim_Agent: issue with off_road metric #879

Open
YueYao-bot opened this issue Oct 29, 2024 · 1 comment
Open

Sim_Agent: issue with off_road metric #879

YueYao-bot opened this issue Oct 29, 2024 · 1 comment

Comments

@YueYao-bot
Copy link

Dear Waymo team,

I notice that when you calculate the distance between agent and road edges, this function (

corner_distance_to_road_edge = _compute_signed_distance_to_polylines(
) could return negative value, which is always lower than the threshould of "off road".

Best regards,

Yue

@YueYao-bot
Copy link
Author

YueYao-bot commented Oct 29, 2024

okay, seems I wasn't understand it correctly. The OFFROAD_DISTANCE_THRESHOLD=0, which means "in road" should have a negative value.

The problem is: I tried to set the all states of object trajectory to 0, which clearly out of the area of map. The distance to road_edge is something like -10000. However, it is lower than the threshould and considered as "in road".

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

1 participant