forked from AutomotiveAIChallenge/aichallenge-2024
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
5,788 additions
and
8 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
26 changes: 26 additions & 0 deletions
26
...workspace/src/aichallenge_submit/booars_launch/config/planning/mppi_controller.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,26 @@ | ||
/**: | ||
ros__parameters: | ||
# mppi | ||
horizon : 25 | ||
num_samples : 3000 | ||
u_min : [-2.0, -0.35] # accel(m/s2), steer angle(rad) | ||
u_max : [2.0, 0.35] | ||
sigmas : [0.5, 0.25] # sample range | ||
lambda : 1.0 | ||
auto_lambda : false | ||
# reference path | ||
DL : 0.1 | ||
lookahead_distance : 0.1 | ||
reference_path_interval : 0.8 | ||
# cost weights | ||
Qc : 20.0 | ||
Ql : 1.0 | ||
Qv : 2.0 | ||
Qo : 10000.0 | ||
Qin : 0.01 | ||
Qdin : 0.5 | ||
# model param | ||
delta_t : 0.1 | ||
vehicle_L : 1.0 | ||
V_MAX : 8.0 | ||
|
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
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
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
Oops, something went wrong.