Skip to content

Commit

Permalink
Update ros/angel_system_nodes/angel_system_nodes/activity_classificat…
Browse files Browse the repository at this point in the history
…ion/activity_classifier_tcn.py

Co-authored-by: Paul Tunison <[email protected]>
  • Loading branch information
josephvanpeltkw and Purg authored Oct 30, 2024
1 parent 7d5230e commit ef38e74
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,8 @@ def rt_loop(self):
# out older data at and before the first item in the window.
self._buffer.clear_before(time_to_int(window.frames[1][0]))

image_gid = (
None # set this to None to signal if we saved the image or not
)
# set this to None to signal if we saved the image or not
image_gid = None
try:
if enable_time_trace_logging:
log.info(
Expand Down

0 comments on commit ef38e74

Please sign in to comment.