mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-04 21:01:26 +00:00
fix gravity compensation
This commit is contained in:
@@ -37,6 +37,10 @@ def make_robot_from_config(config: RobotConfig) -> Robot:
|
||||
from .so101_follower import SO101Follower
|
||||
|
||||
return SO101Follower(config)
|
||||
elif config.type == "so101_follower_t":
|
||||
from .so101_follower_torque import SO101FollowerT
|
||||
|
||||
return SO101FollowerT(config)
|
||||
elif config.type == "lekiwi":
|
||||
from .lekiwi import LeKiwi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user