Skip to content

Commit

Permalink
watchdog bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Feb 6, 2024
1 parent 60524ac commit 9d9ec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crazyflie/scripts/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def on_status(self, msg, name) -> None:
self.robotmodels[name].status_ok = status_ok

# store the time when we last received any status
self.robotmodels[name].status_watchdog[name] = time.time()
self.robotmodels[name].status_watchdog = time.time()

def on_tab_change(self, arg):
for name, robotmodel in self.robotmodels.items():
Expand Down

0 comments on commit 9d9ec26

Please sign in to comment.