Skip to content

Commit

Permalink
feat(autoware_launch): update pure_pursuit parameters (autowarefounda…
Browse files Browse the repository at this point in the history
…tion#154)

Signed-off-by: Berkay Karaman <brkay54@gmail.com>

Signed-off-by: Berkay Karaman <brkay54@gmail.com>
  • Loading branch information
brkay54 authored Jan 12, 2023
1 parent 04e14ad commit 1561132
Showing 1 changed file with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
/**:
ros__parameters:
# -- algorithm --
lookahead_distance_ratio: 2.2
min_lookahead_distance: 2.5
reverse_min_lookahead_distance: 7.0
ld_velocity_ratio: 2.4
ld_lateral_error_ratio: 3.6
ld_curvature_ratio: 120.0
long_ld_lateral_error_threshold: 0.5
min_lookahead_distance: 4.35
max_lookahead_distance: 15.0
converged_steer_rad: 0.1
reverse_min_lookahead_distance: 7.0
prediction_ds: 0.3
prediction_distance_length: 21.0
resampling_ds: 0.1
curvature_calculation_distance: 4.0
enable_path_smoothing: false
path_filter_moving_ave_num: 25

0 comments on commit 1561132

Please sign in to comment.