Skip to content

Commit 0d7627e

Browse files
authored
feat(behavior_velocity_planner): enable enable_rtc (autowarefoundation#757)
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
1 parent 9dbbdf6 commit 0d7627e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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
@@ -5,7 +5,7 @@
55
show_processing_time: false # [-] whether to show processing time
66
# param for input data
77
traffic_light_state_timeout: 3.0 # [s] timeout threshold for traffic light signal
8-
enable_rtc: false # if true, the scene modules should be approved by (request to cooperate)rtc function. if false, the module can be run without approval from rtc.
8+
enable_rtc: true # if true, the scene modules should be approved by (request to cooperate)rtc function. if false, the module can be run without approval from rtc.
99

1010
# param for stop position
1111
stop_position:

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
ttc: [0]
8686

8787
enable_rtc:
88-
intersection: false
89-
intersection_to_occlusion: false
88+
intersection: true
89+
intersection_to_occlusion: true
9090

9191
merge_from_private:
9292
stopline_margin: 3.0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
stop_time_hysteresis: 0.1
77
yellow_lamp_period: 2.75
88
enable_pass_judge: true
9-
enable_rtc: false # If set to true, the scene modules require approval from the rtc (request to cooperate) function. If set to false, the modules can be executed without requiring rtc approval
9+
enable_rtc: true # If set to true, the scene modules require approval from the rtc (request to cooperate) function. If set to false, the modules can be executed without requiring rtc approval

0 commit comments

Comments
 (0)