mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-18 10:10:08 +00:00
fix(robots): allign lekiwi default with so100 use_degrees (#3531)
This commit is contained in:
@@ -46,7 +46,7 @@ class LeKiwiConfig(RobotConfig):
|
|||||||
cameras: dict[str, CameraConfig] = field(default_factory=lekiwi_cameras_config)
|
cameras: dict[str, CameraConfig] = field(default_factory=lekiwi_cameras_config)
|
||||||
|
|
||||||
# Set to `True` for backward compatibility with previous policies/dataset
|
# Set to `True` for backward compatibility with previous policies/dataset
|
||||||
use_degrees: bool = False
|
use_degrees: bool = True
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|||||||
Reference in New Issue
Block a user