Skip to content

Commit

Permalink
remove unneccess step
Browse files Browse the repository at this point in the history
Signed-off-by: tkhmy <[email protected]>
  • Loading branch information
tkhmy committed Aug 28, 2024
1 parent 68cebb6 commit 13b4feb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/signage/src/signage/autoware_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def reset_timer(self):
if utils.check_timeout(
self._node.get_clock().now(), self._autoware_connection_time, DISCONNECT_THRESHOLD
):
self.information = AutowareInformation()
self._node.get_logger().error(
"Autoware disconnected", throttle_duration_sec=DISCONNECT_THRESHOLD
)
Expand Down

0 comments on commit 13b4feb

Please sign in to comment.