Skip to content

Commit

Permalink
feat(map_base_prediction): enable check_lateral_acceleration_constrai…
Browse files Browse the repository at this point in the history
  • Loading branch information
shmpwk authored Jan 30, 2024
1 parent 0d7627e commit 731d62d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
sigma_yaw_angle_deg: 5.0 #[angle degree]
object_buffer_time_length: 2.0 #[s]
history_time_length: 1.0 #[s]
check_lateral_acceleration_constraints: false # whether to check if the predicted path complies with lateral acceleration constraints
check_lateral_acceleration_constraints: true # whether to check if the predicted path complies with lateral acceleration constraints
max_lateral_accel: 2.0 # [m/ss] max acceptable lateral acceleration for predicted vehicle paths
min_acceleration_before_curve: -2.0 # [m/ss] min acceleration a vehicle might take to decelerate before a curve
# parameter for shoulder lane prediction
Expand Down

0 comments on commit 731d62d

Please sign in to comment.