update xs_common.py
This commit is contained in:
parent
31ab662227
commit
4ba00e5531
@ -64,6 +64,9 @@ def get_interbotix_xslocobot_models() -> Tuple[str]:
|
|||||||
"""Get the tuple of valid Interbotix LoCoBot models."""
|
"""Get the tuple of valid Interbotix LoCoBot models."""
|
||||||
return _XSLOCOBOT_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]:
|
def get_interbotix_xsarm_joints(robot_model: str) -> List[str]:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user