-
Notifications
You must be signed in to change notification settings - Fork 655
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
autoware_behavior_path_dynamic_obstacle_avoidance_module meets oncoming dynamic obstacles, the drivable area undergoes sudden changes. #9086
Comments
Can the following conditional statement be removed from the calcMinMaxLateralOffsetToAvoidRegulatedObject function in the file autoware_behavior_path_dynamic_obstacle_avoidance_module/src/scene.cpp? |
In this module, I think that if the moving target is considered near the center line, the module shrinking the exercisable area can trigger the speed planning in advance. |
Yes,i think autoware_behavior_path_dynamic_obstacle_avoidance_module should not work in that situation. |
@luojiaxiang11 |
Steering wheel fluctuation is caused by the left and right switching of the driving area, as shown in the aforementioned video. It has nothing to do with the road curvature. |
@luojiaxiang11 |
|
Relate to #8881 |
Checklist
Description
autoware_behavior_path_dynamic_obstacle_avoidance_module meets oncoming dynamic obstacles, the drivable area undergoes sudden changes.
Expected behavior
When encountering an oncoming dynamic obstacle positioned in the center, dynamic obstacle avoidance should not be carried out.
Actual behavior
20241015-142357.mp4
Steps to reproduce
Versions
-autoware:main
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: