添加record脚本
This commit is contained in:
7
robot_client/teleoperators/xbox/config.py
Normal file
7
robot_client/teleoperators/xbox/config.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from dataclasses import dataclass
|
||||
from lerobot.teleoperators import TeleoperatorConfig
|
||||
@dataclass
|
||||
@TeleoperatorConfig.register_subclass("xbox")
|
||||
class XboxConfig(TeleoperatorConfig):
|
||||
#控制器索引
|
||||
index: int = 0
|
||||
Reference in New Issue
Block a user