Skip to content

Commit a727795

Browse files
Merge pull request #317 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents 1b59e52 + 59556db commit a727795

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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: -10.0
109
collision_check_margin_from_front_object: 5.0
1110
th_moving_object_velocity: 1.0
1211
th_distance_to_middle_of_the_road: 0.5
@@ -93,7 +92,7 @@
9392
delay_until_departure: 1.0
9493
# For target object filtering
9594
target_filtering:
96-
safety_check_time_horizon: 5.0
95+
safety_check_time_horizon: 10.0
9796
safety_check_time_resolution: 1.0
9897
# detection range
9998
object_check_forward_distance: 10.0

autoware_launch/config/system/system_error_monitor/system_error_monitor.awsim.param.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
/autoware/localization/node_alive_monitoring: default
2525
/autoware/localization/performance_monitoring/matching_score: { sf_at: "warn", lf_at: "none", spf_at: "none" }
2626
/autoware/localization/performance_monitoring/localization_error_ellipse: { sf_at: "warn", lf_at: "none", spf_at: "none" }
27+
/autoware/localization/performance_monitoring/localization_stability: { sf_at: "warn", lf_at: "none", spf_at: "none" }
28+
/autoware/localization/performance_monitoring/sensor_fusion_status: { sf_at: "warn", lf_at: "none", spf_at: "none" }
2729

2830
/autoware/map/node_alive_monitoring: default
2931

autoware_launch/config/system/system_error_monitor/system_error_monitor.param.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
/autoware/localization/node_alive_monitoring: default
2525
/autoware/localization/performance_monitoring/matching_score: { sf_at: "warn", lf_at: "none", spf_at: "none" }
2626
/autoware/localization/performance_monitoring/localization_error_ellipse: default
27+
/autoware/localization/performance_monitoring/localization_stability: default
2728
/autoware/localization/performance_monitoring/sensor_fusion_status: { sf_at: "error", lf_at: "none", spf_at: "none" }
2829

2930
/autoware/map/node_alive_monitoring: default

0 commit comments

Comments
 (0)