Skip to content

Commit

Permalink
feat(obstacle_cruise_planner): add slow down acc and jerk params (#726)
Browse files Browse the repository at this point in the history
Add slow down acc and jerk params

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored Dec 11, 2023
1 parent 192a250 commit f6d63f6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
min_jerk: -1.0 # min jerk [m/sss]
max_jerk: 1.0 # max jerk [m/sss]

slow_down:
min_acc: -1.0 # min deceleration [m/ss]
min_jerk: -1.0 # min jerk [m/sss]

# constraints to be observed
limit:
min_acc: -2.5 # min deceleration limit [m/ss]
Expand Down

0 comments on commit f6d63f6

Please sign in to comment.