Merge branch 'main' into feature/add-multitask-dit

This commit is contained in:
Bryson Jones
2026-01-12 08:22:31 -08:00
committed by GitHub
52 changed files with 336 additions and 395 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ def follower():
with (
patch(
"lerobot.robots.so_follower.so_follower_base.FeetechMotorsBus",
"lerobot.robots.so_follower.so_follower.FeetechMotorsBus",
side_effect=_bus_side_effect,
),
patch.object(SO100Follower, "configure", lambda self: None),