Skip to content

Commit 0f0596d

Browse files
committed
fix
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
1 parent e570c04 commit 0f0596d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/**:
22
ros__parameters:
3-
devices: ["*"]
4-
monitor_program: "greengrass"
5-
enable_traffic_monitor: false
6-
crc_error_check_duration: 1
7-
crc_error_count_threshold: 1
8-
reassembles_failed_check_duration: 1
9-
reassembles_failed_check_count: 1
3+
devices: ["*"]
4+
monitor_program: "greengrass"
5+
enable_traffic_monitor: true
6+
crc_error_check_duration: 1
7+
crc_error_count_threshold: 1
8+
reassembles_failed_check_duration: 1
9+
reassembles_failed_check_count: 1
10+
udp_buf_errors_check_duration: 1
11+
udp_buf_errors_check_count: 1

0 commit comments

Comments
 (0)