Skip to content

Commit

Permalink
feat:change warn and emergency thresh of decrease in control cmd freq…
Browse files Browse the repository at this point in the history
…uency (autowarefoundation#675)

Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 authored Oct 19, 2023
1 parent 7686e80 commit 7318ff5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
topic_type: autoware_auto_control_msgs/msg/AckermannControlCommand
best_effort: false
transient_local: false
warn_rate: 5.0
error_rate: 1.0
warn_rate: 20.0
error_rate: 15.0
timeout: 1.0

- module: control
Expand All @@ -241,8 +241,8 @@
topic_type: autoware_auto_control_msgs/msg/AckermannControlCommand
best_effort: false
transient_local: false
warn_rate: 5.0
error_rate: 1.0
warn_rate: 20.0
error_rate: 15.0
timeout: 1.0

- module: vehicle
Expand Down

0 comments on commit 7318ff5

Please sign in to comment.