Skip to content

Commit 6cf2ec1

Browse files
author
t4-pc
committed
hoge
Signed-off-by: t4-pc <org-rd-1-adc-pc@tier4.jp>
1 parent a2532da commit 6cf2ec1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

autoware_launch/config/control/vehicle_cmd_gate/vehicle_cmd_gate.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ros__parameters:
33
update_rate: 10.0
44
system_emergency_heartbeat_timeout: 0.5
5-
use_emergency_handling: false
5+
use_emergency_handling: true
66
check_external_emergency_heartbeat: $(var check_external_emergency_heartbeat)
77
use_start_request: false
88
enable_cmd_limit_filter: true

autoware_launch/config/planning/preset/default_preset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ launch:
100100

101101
- arg:
102102
name: motion_stop_planner_type
103-
default: obstacle_stop_planner
103+
default: obstacle_cruise_planner
104104
# option: obstacle_stop_planner
105105
# obstacle_cruise_planner
106106
# none

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
@@ -12,7 +12,7 @@
1212
idling_time: 2.0 # idling time to detect front vehicle starting deceleration [s]
1313
min_ego_accel_for_rss: -1.0 # ego's acceleration to calculate RSS distance [m/ss]
1414
min_object_accel_for_rss: -1.0 # front obstacle's acceleration to calculate RSS distance [m/ss]
15-
safe_distance_margin : 6.0 # This is also used as a stop margin [m]
15+
safe_distance_margin : 5.0 # This is also used as a stop margin [m]
1616
terminal_safe_distance_margin : 3.0 # Stop margin at the goal. This value cannot exceed safe distance margin. [m]
1717
hold_stop_velocity_threshold: 0.01 # The maximum ego velocity to hold stopping [m/s]
1818
hold_stop_distance_threshold: 0.3 # The ego keeps stopping if the distance to stop changes within the threshold [m]

autoware_launch/config/system/emergency_handler/emergency_handler.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
timeout_takeover_request: 10.0
88
use_takeover_request: false
99
use_parking_after_stopped: false
10-
use_comfortable_stop: false
10+
use_comfortable_stop: true
1111

1212
# setting whether to turn hazard lamp on for each situation
1313
turning_hazard_on:

0 commit comments

Comments
 (0)