-
Notifications
You must be signed in to change notification settings - Fork 301
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 <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
.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 <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…efoundation#569) * feat(planning_launch): add new param to avoidance.param.yaml Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(planning_launch): reorder params for readability Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…e.launch (autowarefoundation#569) * feat: set traffic light parameter properly for autoware.launch and e2e.launch Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: tkimura4 <tkimura4@users.noreply.github.com> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…owarefoundation#569) * hysteresis_factor_expand_rate Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * add hysteresis_factor_expand_rate in SafetyCheckParams Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * delete setting files Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * revert unnecessary change Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> 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 <tomoya.kimura@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: tkimura4 <tkimura4@users.noreply.github.com>
* 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 <gsakayori@gmail.com> Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
…topping (autowarefoundation#771) * change hard/soft margin and deceleration method Signed-off-by: Go Sakayori <gsakayori@gmail.com> * 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 <gsakayori@gmail.com> Signed-off-by: Go Sakayori <go.sakayori@tier4.jp> --------- Signed-off-by: Go Sakayori <gsakayori@gmail.com> Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
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.