forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(external_velocity_limit_selector): revert "refactor(external_velo…
…city_limit_selector): rework parameter (autowarefoundation#5238)" (autowarefoundation#6132) Revert "refactor(external_velocity_limit_selector): rework parameter (autowarefoundation#5238)" This reverts commit 19dab56.
- Loading branch information
Showing
6 changed files
with
34 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
planning/external_velocity_limit_selector/config/default.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/**: | ||
ros__parameters: | ||
# motion state constraints | ||
max_velocity: 20.0 # max velocity limit [m/s] |
15 changes: 15 additions & 0 deletions
15
planning/external_velocity_limit_selector/config/default_common.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/**: | ||
ros__parameters: | ||
# constraints param for normal driving | ||
normal: | ||
min_acc: -0.5 # min deceleration [m/ss] | ||
max_acc: 1.0 # max acceleration [m/ss] | ||
min_jerk: -0.5 # min jerk [m/sss] | ||
max_jerk: 1.0 # max jerk [m/sss] | ||
|
||
# constraints to be observed | ||
limit: | ||
min_acc: -2.5 # min deceleration limit [m/ss] | ||
max_acc: 1.0 # max acceleration limit [m/ss] | ||
min_jerk: -1.5 # min jerk limit [m/sss] | ||
max_jerk: 1.5 # max jerk limit [m/sss] |
18 changes: 0 additions & 18 deletions
18
planning/external_velocity_limit_selector/config/external_velocity_limit_selector.param.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 0 additions & 85 deletions
85
...ning/external_velocity_limit_selector/schema/external_velocity_limit_selector.schema.json
This file was deleted.
Oops, something went wrong.