Move & organize motors, add base class

This commit is contained in:
Simon Alibert
2025-03-03 18:18:24 +01:00
parent 212c6095a2
commit 3d3a176940
9 changed files with 107 additions and 40 deletions
@@ -3,12 +3,12 @@
import numpy as np
from lerobot.common.motors.dynamixel.dynamixel import (
from ..motors_bus import MotorsBus
from .dynamixel import (
CalibrationMode,
TorqueMode,
convert_degrees_to_steps,
)
from lerobot.common.motors.utils import MotorsBus
URL_TEMPLATE = (
"https://raw.githubusercontent.com/huggingface/lerobot/main/media/{robot}/{arm}_{position}.webp"