Skip to content

Commit

Permalink
fix: update window size of camera_topic_monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
0x126 committed May 9, 2024
1 parent 5917988 commit 7ea2de2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions aip_x2_launch/launch/topic_state_monitor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def generate_launch_description():
"warn_rate": 5.0,
"error_rate": 1.0,
"timeout": 5.0,
"window_size": 10,
"window_size": 1,
}
],
extra_arguments=[{"use_intra_process_comms": True}],
Expand All @@ -206,7 +206,7 @@ def generate_launch_description():
"warn_rate": 5.0,
"error_rate": 1.0,
"timeout": 5.0,
"window_size": 10,
"window_size": 1,
}
],
extra_arguments=[{"use_intra_process_comms": True}],
Expand All @@ -225,7 +225,7 @@ def generate_launch_description():
"warn_rate": 5.0,
"error_rate": 1.0,
"timeout": 5.0,
"window_size": 10,
"window_size": 1
}
],
extra_arguments=[{"use_intra_process_comms": True}],
Expand All @@ -244,7 +244,7 @@ def generate_launch_description():
"warn_rate": 5.0,
"error_rate": 1.0,
"timeout": 5.0,
"window_size": 10,
"window_size": 1,
}
],
extra_arguments=[{"use_intra_process_comms": True}],
Expand All @@ -263,7 +263,7 @@ def generate_launch_description():
"warn_rate": 5.0,
"error_rate": 1.0,
"timeout": 5.0,
"window_size": 10,
"window_size": 1,
}
],
extra_arguments=[{"use_intra_process_comms": True}],
Expand All @@ -282,7 +282,7 @@ def generate_launch_description():
"warn_rate": 5.0,
"error_rate": 1.0,
"timeout": 5.0,
"window_size": 10,
"window_size": 1,
}
],
extra_arguments=[{"use_intra_process_comms": True}],
Expand All @@ -301,7 +301,7 @@ def generate_launch_description():
"warn_rate": 5.0,
"error_rate": 1.0,
"timeout": 5.0,
"window_size": 10,
"window_size": 1,
}
],
extra_arguments=[{"use_intra_process_comms": True}],
Expand All @@ -320,7 +320,7 @@ def generate_launch_description():
"warn_rate": 5.0,
"error_rate": 1.0,
"timeout": 5.0,
"window_size": 10,
"window_size": 1,
}
],
extra_arguments=[{"use_intra_process_comms": True}],
Expand Down

0 comments on commit 7ea2de2

Please sign in to comment.