forked from tangger/lerobot
Add calibration
This commit is contained in:
10
lerobot/common/motors/calibration.py
Normal file
10
lerobot/common/motors/calibration.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
from dataclasses import dataclass
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class MotorCalibration:
|
||||||
|
name: str
|
||||||
|
drive_mode: int
|
||||||
|
homing_offset: int
|
||||||
|
range_min: int
|
||||||
|
range_max: int
|
||||||
Reference in New Issue
Block a user