mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 17:56:07 +00:00
Add calibration
This commit is contained in:
@@ -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