Merge branch 'main' into refactor/lerobot_train_rabc

This commit is contained in:
Michel Aractingi
2026-01-12 17:07:31 +01: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),