mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-22 16:14:37 +08:00
finish implementing basic ACIM control
This commit is contained in:
@@ -187,7 +187,7 @@ def discover_channels(path, serial_number, callback, cancellation_token, channel
|
||||
return True
|
||||
|
||||
while not cancellation_token.is_set():
|
||||
logger.debug("USB discover loop")
|
||||
# logger.debug("USB discover loop")
|
||||
devices = usb.core.find(find_all=True, custom_match=device_matcher)
|
||||
for usb_device in devices:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user