Skip to content

Commit 731d62d

Browse files
authored
feat(map_base_prediction): enable check_lateral_acceleration_constraints (autowarefoundation#760)
1 parent 0d7627e commit 731d62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/config/perception/object_recognition/prediction/map_based_prediction.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
sigma_yaw_angle_deg: 5.0 #[angle degree]
1414
object_buffer_time_length: 2.0 #[s]
1515
history_time_length: 1.0 #[s]
16-
check_lateral_acceleration_constraints: false # whether to check if the predicted path complies with lateral acceleration constraints
16+
check_lateral_acceleration_constraints: true # whether to check if the predicted path complies with lateral acceleration constraints
1717
max_lateral_accel: 2.0 # [m/ss] max acceptable lateral acceleration for predicted vehicle paths
1818
min_acceleration_before_curve: -2.0 # [m/ss] min acceleration a vehicle might take to decelerate before a curve
1919
# parameter for shoulder lane prediction

0 commit comments

Comments
 (0)