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 c7f6989 commit 9ea674d
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 @@ -81,7 +81,7 @@ def unpack_spoke(envelope: cEnvelope) -> Tuple[float, np.ndarray, np.ndarray]:
radar_message = radar_message_spec.opendlv_proxy_RadarDetectionReading()
radar_message.ParseFromString(envelope.serialized_data)

LOGGER.info("Sender ID: %s", radar_message.senderStamp)
LOGGER.info("Sender ID: %s", envelope.senderStamp)



Expand Down

0 comments on commit 9ea674d

Please sign in to comment.