Skip to content

Commit

Permalink
Removed unused constant from testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaTechRC committed Sep 11, 2024
1 parent 14bb50f commit a3af653
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion field_friend/localization/gnss.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class GNSSRecord:

class Gnss(rosys.persistence.PersistentModule, ABC):
NEEDED_POSES: int = 10
MIN_SECONDS_BETWEEN_UPDATES: float = 10.0
ENSURE_GNSS: bool = False

def __init__(self, odometer: rosys.driving.Odometer, antenna_offset: float) -> None:
Expand Down

0 comments on commit a3af653

Please sign in to comment.