Skip to content

Commit

Permalink
fix overwriting _XSLOCOBOT_MODELS (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Verbelen <[email protected]>
  • Loading branch information
tverbele and Tim Verbelen authored Feb 5, 2024
1 parent 1181762 commit 59bbdc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
)

# Tuple of valid Interbotix Turret models
_XSLOCOBOT_MODELS = (
_XSTURRET_MODELS = (
'pxxls_cam',
'pxxls',
'vxxmd',
Expand All @@ -76,7 +76,7 @@ def get_interbotix_xslocobot_models() -> Tuple[str]:

def get_interbotix_xsturret_models() -> Tuple[str]:
"""Get the tuple of valid Interbotix Turret models."""
return _XSLOCOBOT_MODELS
return _XSTURRET_MODELS


def get_interbotix_xsarm_joints(robot_model: str) -> List[str]:
Expand Down

0 comments on commit 59bbdc0

Please sign in to comment.