Skip to content

Commit

Permalink
tmp 60kmph
Browse files Browse the repository at this point in the history
Signed-off-by: Shumpei Wakabayashi <[email protected]>
  • Loading branch information
shmpwk committed Sep 19, 2024
1 parent cc190b7 commit e52e64b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
max_trajectory_length: 200.0 # max trajectory length for resampling [m]
min_trajectory_length: 180.0 # min trajectory length for resampling [m]
resample_time: 2.0 # resample total time for dense sampling [s]
dense_resample_dt: 0.2 # resample time interval for dense sampling [s]
dense_resample_dt: 0.05 # resample time interval for dense sampling [s]
dense_min_interval_distance: 0.1 # minimum points-interval length for dense sampling [m]
sparse_resample_dt: 0.5 # resample time interval for sparse sampling [s]
sparse_min_interval_distance: 4.0 # minimum points-interval length for sparse sampling [m]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

# constraints param for normal driving
normal:
min_acc: -1.0 # min deceleration [m/ss]
min_acc: -2.0 # min deceleration [m/ss]
max_acc: 1.5 # max acceleration [m/ss]
min_jerk: -1.0 # min jerk [m/sss]
max_jerk: 1.5 # max jerk [m/sss]
min_jerk: -2.0 # min jerk [m/sss]
max_jerk: 2.5 # max jerk [m/sss]

# constraints to be observed
limit:
min_acc: -2.5 # min deceleration limit [m/ss]
max_acc: 2.0 # max acceleration limit [m/ss]
min_jerk: -1.5 # min jerk limit [m/sss]
max_jerk: 2.5 # max jerk limit [m/sss]
min_jerk: -2.5 # min jerk limit [m/sss]
max_jerk: 3.5 # max jerk limit [m/sss]

0 comments on commit e52e64b

Please sign in to comment.