Skip to content

Commit

Permalink
feat(pure_pursuit): update parameter file (autowarefoundation#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
brkay54 authored Jan 11, 2023
1 parent d94d532 commit f1714f1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions control/pure_pursuit/config/pure_pursuit.param.yaml
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 f1714f1

Please sign in to comment.