-
Notifications
You must be signed in to change notification settings - Fork 291
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
fix(min-velocity-map-based-prediction): reduce min_velocity_for_map_based_prediction #994
Conversation
Hi, thank you for the PR! Also, please consider not changing the value and just maintain your tuned parameter in your forked repository. |
01f85c8
to
8dcc04a
Compare
Hi @kminoda -san
The description in this issue explains the problem with videos attached.
I am doing the change in my forked repo and the purpose of this PR is to merge the branch to awf main instead of having a lot of work branches in awf repos. Please let me know if you there is any point needs more clarification. Thanks again :) |
Hi @kminoda -san, @YoshiRi -san, @miursh -san I have provided for this PR a detailed context explanation in this issue. As well, you can find in this PR description video demo with the failing tests before/after this PR. As well, we had a discussion for this change with @soblin -san and he has approved the change. You can have a look this discussion in the issue comments. Please let me know if there is any further information needed for your review. cc: @mitsudome-r -san |
8dcc04a
to
908b023
Compare
Hi @kminoda -san, @YoshiRi -san, @miursh -san This is a kind reminder that this PR is waiting for your review for a very long time. cc : @mitsudome-r -san |
…ased_prediction to let intersection module run with low speed npc Signed-off-by: Ahmed Ebrahim <[email protected]>
908b023
to
44bcfb9
Compare
@ahmeddesokyebrahim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahmeddesokyebrahim Thank you for your work and patience 🙇
Now we confirmed with our scenarios.
evidence: https://evaluation.tier4.jp/evaluation/reports/12892709-9980-5fd4-b1c0-4a6ffe700b1b?project_id=prd_jt
LGTM
…ased_prediction (autowarefoundation#994) fix(min-velocity-map-based-prediction): reduce min_velocity_for_map_based_prediction to let intersection module run with low speed npc Signed-off-by: Ahmed Ebrahim <[email protected]>
Description
Fixes autowarefoundation/autoware.universe#7080
Related links
Parent Issue:
How was this PR tested?
Using scenario simulation
Tests performed
As it obvious in the issue that the failing iteration is when the NPC is moving with 4.5 km/h (1.25 m/s). So the following videos are testing this PR for that specific iteration
Before this PR :
2024-07-18.18-36-24.mp4
After this PR :
2024-07-18.18-40-41.mp4
For testing the PR using scenario simulation, you can use the these scenario and map files.
Notes for reviewers
Interface changes
ROS Topic Changes
N.A
ROS Parameter Changes
min_velocity_for_map_based_prediction
Effects on system behavior
After this change,
autoware_behavior_velocity_intersection_module
should be able to check the upcoming low speed NPC and stop for itPre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.