添加xbox手柄和飞行控制

This commit is contained in:
2025-12-08 11:44:12 +08:00
commit 15091ad9b6
15 changed files with 3163 additions and 0 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from lerobot!")
if __name__ == "__main__":
main()