mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-02 19:23:54 +00:00
cleaning up
This commit is contained in:
parent
47e21b5426
commit
7f5b87586a
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class HWI:
|
|||
print("turn on : high kps")
|
||||
|
||||
def turn_off(self):
|
||||
self.io.disable_torque()
|
||||
self.io.disable_torque(list(self.joints.values()))
|
||||
# self.control.disable_torque()
|
||||
|
||||
# def freeze(self):
|
||||
|
|
Loading…
Reference in a new issue