Skip to content

feat: add SO101 operator-interface teleop support#282

Open
juelg wants to merge 1 commit intomasterfrom
fix/issue-273-so101-operator-interface
Open

feat: add SO101 operator-interface teleop support#282
juelg wants to merge 1 commit intomasterfrom
fix/issue-273-so101-operator-interface

Conversation

@juelg
Copy link
Copy Markdown
Contributor

@juelg juelg commented Apr 21, 2026

Summary

  • add an SO101 operator and config for the operator interface introduced in feat: operator interface #264
  • add a lazy SO101 leader helper in the SO101 extension
  • add a hardware-free SO101 operator test module and a teleop example script

Validation

  • black python/rcs/operator/so101.py python/tests/test_so101_operator.py examples/teleop/so101.py extensions/rcs_so101/src/rcs_so101/creators.py extensions/rcs_so101/src/rcs_so101/init.py python/rcs/operator/init.py
  • isort python/rcs/operator/so101.py python/tests/test_so101_operator.py examples/teleop/so101.py extensions/rcs_so101/src/rcs_so101/creators.py extensions/rcs_so101/src/rcs_so101/init.py python/rcs/operator/init.py
  • ruff check python/rcs/operator/so101.py python/tests/test_so101_operator.py examples/teleop/so101.py extensions/rcs_so101/src/rcs_so101/creators.py extensions/rcs_so101/src/rcs_so101/init.py python/rcs/operator/init.py
  • python -m pytest python/tests/test_so101_operator.py

Closes #273

@juelg juelg force-pushed the fix/issue-273-so101-operator-interface branch from 324c2f6 to 52137cf Compare April 23, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add SO101 into teleop interface

1 participant