-
Notifications
You must be signed in to change notification settings - Fork 682
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
obstacle_stop_planner
inserts stop point even when the ego don't have to stop
#3666
Comments
@satoshi-ota Thank you for your detailed report 🙏 . I will work on this. Also, if it is not a problem, could you share the map and scenario with me? |
@brkay54 cc @mitsudome-r Thanks for your quick response. I can't share the maps on public place like this issue because the map is TIER IV private data. But we TIER IV & Leodrive have an NDA contract, so I can send you the map & scenario by email. I would like to send you the data to |
@satoshi-ota Yes, it is okay, thank you! |
@brkay54 I sent the data now. Please check it 🙏 |
obstacle_stop_planner
inserts stop point in situation where the ego don't have to stopobstacle_stop_planner
inserts stop point even when the ego don't have to stop
@satoshi-ota I created PR to solve the problem. The problem is that if the |
@brkay54 Thanks! I'll review your PR! |
Checklist
Description
When the ego and other vehicle drive paralelly,
obstacle_stop_planner
inserts stop point suddenly behind the ego. I guess that this is unexpected behavior.I used following default config and the
stop_lateral_margin
is0.0
, so the NPC vehicle seems to beNOT
inside detection area for stop judgement in this movie.simplescreenrecorder-2023-05-11_08.49.08.mp4
Expected behavior
Don't insert stop point in above situation.
Actual behavior
Ego stops suddenly.
simplescreenrecorder-2023-05-11_09.12.01.mp4
Steps to reproduce
COMPILE_WITH_OLD_ARCHITECTURE
FALSE)Versions
Possible causes
When I revert #3505, this unexpected behavior doesn't happed.
(But I don't know why.)
simplescreenrecorder-2023-05-11_09.19.46.mp4
Additional context
No response
The text was updated successfully, but these errors were encountered: