Skip to content

Commit

Permalink
feat(behavior_velocity_planner): enable enable_rtc (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#757)

Signed-off-by: Shumpei Wakabayashi <[email protected]>
  • Loading branch information
shmpwk authored Jan 30, 2024
1 parent 9dbbdf6 commit 0d7627e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
show_processing_time: false # [-] whether to show processing time
# param for input data
traffic_light_state_timeout: 3.0 # [s] timeout threshold for traffic light signal
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.
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.

# param for stop position
stop_position:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
ttc: [0]

enable_rtc:
intersection: false
intersection_to_occlusion: false
intersection: true
intersection_to_occlusion: true

merge_from_private:
stopline_margin: 3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
stop_time_hysteresis: 0.1
yellow_lamp_period: 2.75
enable_pass_judge: true
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
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 comments on commit 0d7627e

Please sign in to comment.