Skip to content

Instantly share code, notes, and snippets.

@joaofig
Created November 11, 2024 10:25
Show Gist options
  • Save joaofig/7e4cf31d03f17e2c5b101c4a4e40b6ef to your computer and use it in GitHub Desktop.
Save joaofig/7e4cf31d03f17e2c5b101c4a4e40b6ef to your computer and use it in GitHub Desktop.
This structure contains the information pertaining to a dead reckoning point
@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