mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-16 00:59:46 +00:00
2475645f5f
Modified gym_manipulator.py and find_joint_limits to adhere to the refactor of robot devices Modified the configuration of envs to take into account the refactor
5 lines
230 B
Python
5 lines
230 B
Python
from .kinematics import RobotKinematics
|
|
from lerobot.common.model.kinematics_utils import load_model, forward_kinematics, inverse_kinematics
|
|
|
|
__all__ = ["RobotKinematics", "load_model", "forward_kinematics", "inverse_kinematics"]
|