Skip to content

Commit

Permalink
fix: update window size of camera_topic_monitor (#238)
Browse files Browse the repository at this point in the history
* fix: update window size of camera_topic_monitor

* ci(pre-commit): autofix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
0x126 and pre-commit-ci[bot] authored May 10, 2024
1 parent 5917988 commit 764fd21
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 764fd21

Please sign in to comment.