Skip to content

Commit

Permalink
Removed another old line.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaTechRC committed Sep 17, 2024
1 parent 7be42ae commit 04011ce
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 @@ -56,7 +56,6 @@ def __init__(self, odometer: rosys.driving.Odometer, antenna_offset: float) -> N
self.observed_poses: list[rosys.geometry.Pose] = []
self.last_pose_update = rosys.time()
self.needed_poses: int = self.NEEDED_POSES
self.min_seconds_between_updates: float = self.MIN_SECONDS_BETWEEN_UPDATES
self.ensure_gnss: bool = self.ENSURE_GNSS

self.needs_backup = False
Expand Down

0 comments on commit 04011ce

Please sign in to comment.