Skip to content

Commit

Permalink
Update navigator_emergency.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PRANETALLU committed Jan 20, 2023
1 parent 672f18b commit da91b17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def reset(self) -> None:
self.remote.clear_wrench()

def check_for_timeout(self, joy: Joy):
""" This checks a particular duration when the controller times out. """
""" This checks for a particular duration when the controller times out. """
if self.last_joy is None:
self.last_joy = joy
return
Expand Down

0 comments on commit da91b17

Please sign in to comment.