Skip to content

Commit

Permalink
fix(lane_change): default parameter revert (autowarefoundation#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfaqar-azmi-t4 authored Jan 20, 2023
1 parent 8f447e1 commit 0bd58cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
expected_front_deceleration: -1.0
expected_rear_deceleration: -1.0

expected_front_deceleration_for_abort: -2.0
expected_rear_deceleration_for_abort: -2.5
expected_front_deceleration_for_abort: -1.0
expected_rear_deceleration_for_abort: -2.0

rear_vehicle_reaction_time: 2.0
rear_vehicle_safety_time_margin: 1.0
rear_vehicle_safety_time_margin: 2.0

0 comments on commit 0bd58cb

Please sign in to comment.