You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| th_arrived_distance_m |[m]| double | distance threshold for arrival of path termination | 1.0 |
71
+
| th_distance_to_middle_of_the_road |[m]| double | distance threshold to determine if the vehicle is on the middle of the road | 0.1 |
72
+
| th_stopped_velocity_mps |[m/s]| double | velocity threshold for arrival of path termination | 0.01 |
73
+
| th_stopped_time_sec |[s]| double | time threshold for arrival of path termination | 1.0 |
74
+
| th_turn_signal_on_lateral_offset |[m]| double | lateral distance threshold for turning on blinker | 1.0 |
75
+
| intersection_search_length |[m]| double | check if intersections exist within this length | 30.0 |
76
+
| length_ratio_for_turn_signal_deactivation_near_intersection |[m]| double | deactivate turn signal of this module near intersection | 0.5 |
77
+
| front_objects_collision_check_margins |[m]|[double]| obstacle collision check margins against front static objects from the footprint on the trajectory in pull_out_lanes |[2.0, 1.0, 0.5, 0.1]|
78
+
| collision_check_distance_from_end |[m]| double | collision check distance from end shift end pose | 1.0 |
79
+
| back_objects_collision_check_margin |[m]| double | obstacle collision check margins against back static objects from footprint on the start pose in pull_out_lanes | 3.0 |
80
+
| collision_check_margin_from_front_object |[m]| double | collision check margin from front object | 5.0 |
81
+
| center_line_path_interval |[m]| double | reference center line path point interval | 1.0 |
0 commit comments