Skip to content

Commit 22ac2aa

Browse files
Merge pull request #343 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents 90fa986 + 7c57ef7 commit 22ac2aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
map_frame: "map"
1212

1313

14+
sensor_points:
15+
# Required distance of input sensor points. [m]
16+
# If the max distance of input sensor points is lower than this value, the scan matching will not be performed.
17+
required_distance: 10.0
18+
19+
1420
ndt:
1521
# The maximum difference between two consecutive
1622
# transformations in order to consider convergence

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
ego_obstacle_overlap_time_threshold : 2.0 # time threshold to decide cut-in obstacle for cruise or stop [s]
9797
max_prediction_time_for_collision_check : 20.0 # prediction time to check collision between obstacle and ego
9898
yield:
99-
enable_yield: false
99+
enable_yield: true
100100
lat_distance_threshold: 5.0 # lateral margin between obstacle in neighbor lanes and trajectory band with ego's width for yielding
101101
max_lat_dist_between_obstacles: 2.5 # lateral margin between moving obstacle in neighbor lanes and stopped obstacle in front of it
102102
max_obstacles_collision_time: 10.0 # how far the blocking obstacle

0 commit comments

Comments
 (0)