Skip to content

Commit

Permalink
remove unneccess step (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhmy authored Aug 30, 2024
1 parent 68cebb6 commit 12c8dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signage/src/signage/autoware_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def reset_timer(self):
if utils.check_timeout(
self._node.get_clock().now(), self._autoware_connection_time, DISCONNECT_THRESHOLD
):
self.information = AutowareInformation()
self.information.mrm_behavior = MrmState.NONE
self._node.get_logger().error(
"Autoware disconnected", throttle_duration_sec=DISCONNECT_THRESHOLD
)
Expand Down

0 comments on commit 12c8dc0

Please sign in to comment.