Skip to content

Commit

Permalink
Update drivetrain.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspirol committed Apr 10, 2024
1 parent 4f44460 commit e6ee9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/drivetrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def execute(self):


def isFinished(self):
return self.h_pid.atSetpoint() #and self.v_pid.atSetpoint()
# return self.h_pid.atSetpoint() #and self.v_pid.atSetpoint()
return False

def end(self, interrupted: bool = False):
Expand Down

0 comments on commit e6ee9ae

Please sign in to comment.