Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TedSjoblom committed Mar 29, 2023
1 parent 992254f commit 493ad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def unpack_spoke(envelope: cEnvelope) -> Tuple[float, np.ndarray, np.ndarray]:
radar_message.ParseFromString(envelope.serialized_data)

str_id = str(envelope.sender_stamp)
str_time = str(envelope.sender_timestamp)
# str_time = str(envelope.sender_timestamp)

LOGGER.info("Sender ID: %s, time: %s", str_id, str_time)

Expand Down

0 comments on commit 493ad67

Please sign in to comment.