feat(robots): consolidates bi SO setups (#2780)

* feat(robots): consolidates bi SO setups

* fix(robots): solve circular dependecy

* fix(robots): teleop & record working

* feat(robots): only one SO

* fix(utils): rename bi so

* fix(scripts): bi so import

* fix(rl): remove imports
This commit is contained in:
Steven Palma
2026-01-12 16:01:22 +01:00
committed by GitHub
parent 473f1bd0e0
commit d791a431fe
44 changed files with 199 additions and 387 deletions
+1
View File
@@ -94,6 +94,7 @@ from lerobot.rl.process import ProcessSignalHandler
from lerobot.robots import ( # noqa: F401
Robot,
RobotConfig,
bi_so_follower,
koch_follower,
so_follower,
)