autoware.universe
autoware.universe copied to clipboard
feat(start_planner): tune lateral_distance_max_threshold 2m->3m
Description
Note, this PR is used to sync the config param file in universe to that of autoware_launch: The parameter tuning change is done in this Autoware Launch PR: https://github.com/autowarefoundation/autoware_launch/pull/969
Currently, lateral_distance_max_threshold is set to 2m by default. However, recent tests have proven that 2m is not enough in some cases. After some parameter tuning, 3m was determined to be better.
Examples: lateral_distance_max_threshold = 2m -> path turns green before time.
Screencast from 2024年04月25日 00時57分18秒.webm
With this PR (lateral_distance_max_threshold = 3m), that does not happen:
Screencast from 2024年04月25日 00時56分11秒.webm
Tests performed
TIER IV INTERNAL LINK: AUTOMATED TESTS
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
- [x] I've confirmed the contribution guidelines.
- [x] The PR follows the pull request guidelines.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
- [ ] The PR follows the pull request guidelines.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
- [ ] There are no open discussions or they are tracked via tickets.
After all checkboxes are checked, anyone who has write access can merge the PR.