Skip to content

Commit

Permalink
Removed leftover code for robot pose update event.
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Schade <[email protected]>
  • Loading branch information
SeaTechRC and pascalzauberzeug committed Sep 17, 2024
1 parent ff4fcf0 commit 10936b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions field_friend/localization/gnss.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 10936b7

Please sign in to comment.