fix(behavior_velocity_run_out_module): fix slow_down jerk filter #1744
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
run_outをslow_down_limit.enable = trueで動かすと、JerkFilterによりrun_out以外の停止線も上書きされて無効化されてしまう現象があったため、修正
Related links
None
How was this PR tested?
Before:
(走行中にAutoware ControlをDisableにすることで強制的に停止線前で速度が出ている状況を再現)
cap-.2024-12-26-10-48-29.mp4
After:
(走行中にAutoware ControlをDisableにすることで強制的に停止線前で速度が出ている状況を再現)
cap-.2024-12-26-10-52-19.mp4
(なお、下記の動画ではrun_outのテストのためにobstacle_cruiseを無効にしている)
cap-.2024-12-26-10-53-35.mp4
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
slow_down_limit.enable = trueでrun)outを起動した際に、他の回避モジュールや一時停止モジュールによる停止線が上書きされて無視されるバグが修正される