forked from tangger/lerobot
Fix import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .dynamixel import DynamixelMotorsBus, set_operating_mode
|
||||
from .dynamixel import DynamixelMotorsBus
|
||||
from .dynamixel_calibration import run_arm_calibration
|
||||
|
||||
__all__ = ["DynamixelMotorsBus", "set_operating_mode", "run_arm_calibration"]
|
||||
__all__ = ["DynamixelMotorsBus", "run_arm_calibration"]
|
||||
|
||||
Reference in New Issue
Block a user