-
Notifications
You must be signed in to change notification settings - Fork 287
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(behavior_path_planner): define hysteresis_factor_expand_rate #569
fix(behavior_path_planner): define hysteresis_factor_expand_rate #569
Conversation
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
.vscode/settings.json
Outdated
@@ -0,0 +1,135 @@ | |||
{ | |||
"python.autoComplete.extraPaths": [ |
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.
wow!!
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.
wow!!
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.
param file seems good
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
…efoundation#569) * feat(planning_launch): add new param to avoidance.param.yaml Signed-off-by: satoshi-ota <[email protected]> * fix(planning_launch): reorder params for readability Signed-off-by: satoshi-ota <[email protected]> Signed-off-by: satoshi-ota <[email protected]>
…e.launch (autowarefoundation#569) * feat: set traffic light parameter properly for autoware.launch and e2e.launch Signed-off-by: tomoya.kimura <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: tomoya.kimura <[email protected]> Co-authored-by: tkimura4 <[email protected]> Signed-off-by: tomoya.kimura <[email protected]>
…owarefoundation#569) * hysteresis_factor_expand_rate Signed-off-by: kyoichi-sugahara <[email protected]> * style(pre-commit): autofix * add hysteresis_factor_expand_rate in SafetyCheckParams Signed-off-by: kyoichi-sugahara <[email protected]> * delete setting files Signed-off-by: kyoichi-sugahara <[email protected]> * revert unnecessary change Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…e.launch (autowarefoundation#569) * feat: set traffic light parameter properly for autoware.launch and e2e.launch Signed-off-by: tomoya.kimura <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: tomoya.kimura <[email protected]> Co-authored-by: tkimura4 <[email protected]>
* use x2 planning module preset as default * change planning module preset of simulator launch
* use x2 planning module preset as default * change planning module preset of simulator launch
… (autowarefoundation#569) feat(static_obstacle_avoidance): add parameter for envelope polygon creation (autowarefoundation#1130) * add threshold for eclipse long radius * change parameter --------- Signed-off-by: Go Sakayori <[email protected]> Signed-off-by: Go Sakayori <[email protected]>
…topping (autowarefoundation#771) * change hard/soft margin and deceleration method Signed-off-by: Go Sakayori <[email protected]> * fix(static_obstacle_avoidance): cherry-pick AWF autowarefoundation#1130 (autowarefoundation#569) feat(static_obstacle_avoidance): add parameter for envelope polygon creation (autowarefoundation#1130) * add threshold for eclipse long radius * change parameter --------- Signed-off-by: Go Sakayori <[email protected]> Signed-off-by: Go Sakayori <[email protected]> --------- Signed-off-by: Go Sakayori <[email protected]> Signed-off-by: Go Sakayori <[email protected]>
Description
define parameter of
hysteresis_factor_expand_rate
shoul be merged with the PR
Tests performed
Not applicable.
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.
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.