forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yuki Takagi <[email protected]>
- Loading branch information
1 parent
8211a4a
commit bb0c167
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
...config/planning/scenario_planning/common/motion_velocity_smoother/JerkFiltered.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/**: | ||
ros__parameters: | ||
jerk_weight: 10.0 # weight for "smoothness" cost for jerk | ||
over_v_weight: 100000.0 # weight for "over speed limit" cost | ||
over_a_weight: 5000.0 # weight for "over accel limit" cost | ||
over_j_weight: 2000.0 # weight for "over jerk limit" cost | ||
jerk_weight: 0.1 # weight for "smoothness" cost for jerk | ||
over_v_weight: 10000.0 # weight for "over speed limit" cost | ||
over_a_weight: 500.0 # weight for "over accel limit" cost | ||
over_j_weight: 200.0 # weight for "over jerk limit" cost | ||
jerk_filter_ds: 0.1 # resampling ds for jerk filter |
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