Skip to content

Commit 58d1086

Browse files
Merge pull request #339 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents dfe98be + efae483 commit 58d1086

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/out_of_lane.param.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# if false, assume the object moves at constant velocity along *all* lanelets it currently is located in.
1919
predicted_path_min_confidence : 0.1 # when using predicted paths, ignore the ones whose confidence is lower than this value.
2020
distance_buffer: 1.0 # [m] distance buffer used to determine if a collision will occur in the other lane
21+
cut_predicted_paths_beyond_red_lights: true # if true, predicted paths are cut beyond the stop line of red traffic lights
2122

2223
overlap:
2324
minimum_distance: 0.0 # [m] minimum distance inside a lanelet for an overlap to be considered

autoware_launch/config/system/component_state_monitor/topics.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
topic_type: geometry_msgs/msg/PoseWithCovarianceStamped
6060
best_effort: false
6161
transient_local: false
62-
warn_rate: 5.0
62+
warn_rate: 2.0
6363
error_rate: 1.0
6464
timeout: 1.0
6565

autoware_launch/launch/planning_simulator.launch.xml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<arg name="vehicle_simulation" default="true" description="use vehicle simulation"/>
3535
<!-- Auto mode setting-->
3636
<arg name="enable_all_modules_auto_mode" default="$(var scenario_simulation)" description="enable all module's auto mode"/>
37+
<!-- Simulated time -->
38+
<arg name="use_sim_time" default="$(var scenario_simulation)"/>
3739

3840
<group scoped="false">
3941
<!-- Vehicle -->

0 commit comments

Comments
 (0)