Timsty's picture
Add files using upload-large-folder tool
1f3a93e verified
Raw
History Blame Contribute Delete
180 Bytes
"""Robot model package: Pinocchio-based FK/IK models for the G1 humanoid."""
from .robot_model import ReducedRobotModel, RobotModel
__all__ = ["RobotModel", "ReducedRobotModel"]