Created
November 11, 2024 10:25
-
-
Save joaofig/7e4cf31d03f17e2c5b101c4a4e40b6ef to your computer and use it in GitHub Desktop.
This structure contains the information pertaining to a dead reckoning point
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@dataclass | |
class DeadReckon: | |
signal_id: int | |
t: float | |
latitude: float | |
longitude: float |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment