|
42 | 42 | rear_vehicle_safety_time_margin: 1.0
|
43 | 43 | lateral_distance_max_threshold: 2.0
|
44 | 44 | longitudinal_distance_min_threshold: 3.0
|
45 |
| - longitudinal_velocity_delta_time: 0.8 |
| 45 | + longitudinal_velocity_delta_time: 0.0 |
46 | 46 | parked:
|
47 | 47 | expected_front_deceleration: -1.0
|
48 | 48 | expected_rear_deceleration: -2.0
|
|
58 | 58 | rear_vehicle_safety_time_margin: 0.8
|
59 | 59 | lateral_distance_max_threshold: 1.0
|
60 | 60 | longitudinal_distance_min_threshold: 2.5
|
61 |
| - longitudinal_velocity_delta_time: 0.6 |
| 61 | + longitudinal_velocity_delta_time: 0.0 |
62 | 62 | stuck:
|
63 | 63 | expected_front_deceleration: -1.0
|
64 | 64 | expected_rear_deceleration: -1.0
|
65 | 65 | rear_vehicle_reaction_time: 2.0
|
66 | 66 | rear_vehicle_safety_time_margin: 1.0
|
67 | 67 | lateral_distance_max_threshold: 2.0
|
68 | 68 | longitudinal_distance_min_threshold: 3.0
|
69 |
| - longitudinal_velocity_delta_time: 0.8 |
| 69 | + longitudinal_velocity_delta_time: 0.0 |
70 | 70 |
|
71 | 71 | # lane expansion for object filtering
|
72 | 72 | lane_expansion:
|
|
98 | 98 | prepare_segment_ignore_object_velocity_thresh: 0.1 # [m/s]
|
99 | 99 | check_objects_on_current_lanes: false
|
100 | 100 | check_objects_on_other_lanes: false
|
101 |
| - use_all_predicted_path: true |
| 101 | + use_all_predicted_path: false |
102 | 102 |
|
103 | 103 | # lane change regulations
|
104 | 104 | regulation:
|
|
0 commit comments