Skip to content

Commit d3eef5a

Browse files
authored
Update linker_hand_api.py
1 parent f37078b commit d3eef5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LinkerHand/linker_hand_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from utils.open_can import OpenCan
99

1010
class LinkerHandApi:
11-
def __init__(self, hand_type="left", hand_joint="L10", modbus = "None",can="can0"):
11+
def __init__(self, hand_type="left", hand_joint="L10", modbus = "None",can="can0"): # Ubuntu:can0 win:PCAN_USBBUS1
1212
self.last_position = []
1313
self.yaml = LoadWriteYaml()
1414
self.config = self.yaml.load_setting_yaml()
@@ -226,4 +226,4 @@ def close_can(self):
226226
self.open_can.close_can0()
227227

228228
if __name__ == "__main__":
229-
hand = LinkerHandApi(hand_type="right", hand_joint="L10")
229+
hand = LinkerHandApi(hand_type="right", hand_joint="L10")

0 commit comments

Comments
 (0)