Skip to content

Commit

Permalink
Fix GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
javizqh committed Sep 12, 2024
1 parent ceb4cb6 commit 25db778
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ def __init__(self, host="ws://127.0.0.1:2303", freq=30.0):
self.host = host
self.msg = {"image_right": "", "image_left": ""}

self.ideal_cycle = 80
self.real_time_factor = 0
self.frequency_message = {'brain': '', 'gui': '', 'rtf': ''}
self.iteration_counter = 0

self.start()

# Process outcoming messages from the GUI
Expand Down

0 comments on commit 25db778

Please sign in to comment.