Skip to content

Commit 31f2b13

Browse files
authoredJan 25, 2024
Merge pull request #292 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents 3a4728b + 7df85a8 commit 31f2b13

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎autoware_launch/config/localization/ndt_scan_matcher.param.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
# Tolerance of distance difference between two initial poses used for linear interpolation. [m]
5555
initial_pose_distance_tolerance_m: 10.0
5656

57+
# The execution time which means probably NDT cannot matches scans properly. [ms]
58+
critical_upper_bound_exe_time_ms: 100.0
59+
5760
# Number of threads used for parallel computing
5861
num_threads: 4
5962

@@ -98,6 +101,3 @@
98101

99102
# If lidar_point.z - base_link.z <= this threshold , the point will be removed
100103
z_margin_for_ground_removal: 0.8
101-
102-
# The execution time which means probably NDT cannot matches scans properly. [ms]
103-
critical_upper_bound_exe_time_ms: 100

‎autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/start_planner/start_planner.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
th_stopped_velocity: 0.01
77
th_stopped_time: 1.0
88
collision_check_margins: [2.0, 1.0, 0.5, 0.1]
9-
collision_check_distance_from_end: 1.0
9+
collision_check_distance_from_end: -10.0
1010
collision_check_margin_from_front_object: 5.0
1111
th_moving_object_velocity: 1.0
1212
th_distance_to_middle_of_the_road: 0.5

‎autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/crosswalk.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
enable_stuck_check_in_intersection: false # [-] flag to enable stuck vehicle checking for crosswalk which is in intersection
3131
stuck_vehicle_velocity: 1.0 # [m/s] threshold velocity whether other vehicles are assumed to be stuck or not.
3232
max_stuck_vehicle_lateral_offset: 2.0 # [m] The feature does not handle the vehicles farther than this value to the ego's path.
33-
stuck_vehicle_attention_range: 10.0 # [m] Ego does not enter the crosswalk area if a stuck vehicle exists within this distance from the end of the crosswalk on the ego's path.
33+
required_clearance: 6.0 # [m] clearance to be secured between the ego and the ahead vehicle
3434
min_acc: -1.0 # min acceleration [m/ss]
3535
min_jerk: -1.0 # min jerk [m/sss]
3636
max_jerk: 1.0 # max jerk [m/sss]

0 commit comments

Comments
 (0)
Failed to load comments.