Skip to content

Commit

Permalink
added the rest of log's
Browse files Browse the repository at this point in the history
  • Loading branch information
1736student committed Jan 24, 2024
1 parent 57f0d15 commit 1872bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions humanInterface/driverInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ def update(self):
self.connectedfault.setFaulted()

log("DI FwdRev Cmd", self.vXCmd, "mps")
log("DI FwdRev Cmd", self.vYCmd, "mps")
log("DI Strafe Cmd", self.vYCmd, "mps")
log("DI Rot Cmd", self.vRotCmd, "radps")
log("DI connective fault", self.ctrl.isConnected(), "bool")

log("DI gyroResetCmd", self.gyroResetCmd,"bool")

def getVxCmd(self):
return self.vXCmd
Expand Down

0 comments on commit 1872bda

Please sign in to comment.