Skip to content

Commit

Permalink
change reset function
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 13b4feb commit ca2782b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/signage/src/signage/autoware_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def reset_timer(self):
if utils.check_timeout(
self._node.get_clock().now(), self._autoware_connection_time, DISCONNECT_THRESHOLD
):
self.information.mrm_behavior = MrmState.NONE
self._node.get_logger().error(
"Autoware disconnected", throttle_duration_sec=DISCONNECT_THRESHOLD
)
Expand Down

0 comments on commit ca2782b

Please sign in to comment.