Skip to content

Commit

Permalink
chore(system_monitor): add parameters for UDP buf errors (#1303)
Browse files Browse the repository at this point in the history
Signed-off-by: takeshi.iwanari <[email protected]>
  • Loading branch information
iwatake2222 authored Jan 20, 2025
1 parent ece815a commit 27896ca
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/**:
ros__parameters:
devices: ["*"]
monitor_program: "greengrass"
enable_traffic_monitor: true
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 1
reassembles_failed_check_count: 1
devices: ["*"]
monitor_program: "greengrass"
enable_traffic_monitor: true
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 1
reassembles_failed_check_count: 1
udp_buf_errors_check_duration: 1
udp_buf_errors_check_count: 1

0 comments on commit 27896ca

Please sign in to comment.