fix(robots): allign lekiwi default with so100 use_degrees (#3531)

This commit is contained in:
Steven Palma
2026-05-07 17:52:34 +02:00
committed by GitHub
parent 82dffde7fa
commit c8ce413d73
+1 -1
View File
@@ -46,7 +46,7 @@ class LeKiwiConfig(RobotConfig):
cameras: dict[str, CameraConfig] = field(default_factory=lekiwi_cameras_config)
# Set to `True` for backward compatibility with previous policies/dataset
use_degrees: bool = False
use_degrees: bool = True
@dataclass