diff --git a/field_friend/localization/gnss.py b/field_friend/localization/gnss.py index dd358ff7..529d0939 100644 --- a/field_friend/localization/gnss.py +++ b/field_friend/localization/gnss.py @@ -161,8 +161,6 @@ def _update_robot_pose(self) -> None: yaw = np.mean([pose.yaw for pose in self.observed_poses]) pose = rosys.geometry.Pose(x=float(x), y=float(y), yaw=float(yaw), time=rosys.time()) self.ROBOT_POSE_LOCATED.emit(pose) - self._pose_update.set() - self._pose_update.clear() self.last_pose_update = rosys.time() self.observed_poses.clear()