Skip to content

Commit

Permalink
fix of the busyloop in the ssp (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Chies authored Mar 28, 2024
1 parent 7fe79b7 commit d03dc8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssp_bridge/src/ssp_bridge/ssp_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def read_serial(self):
if data: # If data is not empty
# print(f"Received: {data}")
self.process_serial(data)
time.sleep(0.1)

def process_serial(self, out_str):

Expand Down

0 comments on commit d03dc8f

Please sign in to comment.