Files
lerobot-clone/lerobot/common/model/__init__.py
Michel Aractingi df96e5b3b2 Adapted gym_manipulator to teh new convention in robot devices
changed the motor bus tranformation to degrees but considering the min and max
fixed the kinematics in the so100_follower_end_effector
2025-06-03 17:30:50 +02:00

4 lines
97 B
Python

from lerobot.common.model.kinematics_utils import RobotKinematics
__all__ = ["RobotKinematics"]