Merge branch 'master' of sekisushai.net:sekisushai/small

This commit is contained in:
Pierre Lecomte 2024-05-17 17:40:34 +02:00
commit 1d9bb73ca7

View File

@ -64,6 +64,9 @@ def get_interbotix_xslocobot_models() -> Tuple[str]:
"""Get the tuple of valid Interbotix LoCoBot models."""
return _XSLOCOBOT_MODELS
def get_interbotix_xsturret_models() -> Tuple[str]:
"""Get the tuple of valid Interbotix Turret models."""
return _XSTURRET_MODELS
def get_interbotix_xsarm_joints(robot_model: str) -> List[str]:
"""