Skip to content

Commit 9de7172

Browse files
authored
Update linker_hand_l7_can.py
1 parent 2a1fe06 commit 9de7172

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LinkerHand/core/can/linker_hand_l7_can.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import threading
44
import numpy as np
55
from enum import Enum
6-
from sensor_msgs.msg import JointState
76

87

98
class LinkerHandL7Can:
@@ -267,4 +266,4 @@ def close_can_interface(self):
267266
if self.receive_thread.is_alive():
268267
self.receive_thread.join()
269268
if self.bus:
270-
self.bus.shutdown()
269+
self.bus.shutdown()

0 commit comments

Comments
 (0)