Skip to content

Commit

Permalink
Merge pull request #1 from CU-Hyperloop/cole/flush-output-fix
Browse files Browse the repository at this point in the history
Update SerialClient.py
  • Loading branch information
cole-kenny authored Aug 19, 2022
2 parents c169ae2 + ee1779f commit f96f2e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rosserial_python/src/rosserial_python/SerialClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ def startSocketServer(self, port, address):

def flushInput(self):
pass

def flushOutput(self):
pass

def write(self, data):
if not self.isConnected:
Expand Down

0 comments on commit f96f2e2

Please sign in to comment.