Xarm-DataCollection/config/pika/pika_record_config.yaml
Vinman e01fec8b91 feat(project): 新增配置、udev 规则并完善文档结构
添加 GELLO/Pika/UMI/SpaceMouse 遥操作配置,
新增 udev 设备规则,更新 README 项目结构,
优化键盘提示格式。
2026-06-16 13:13:21 +08:00

35 lines
1.2 KiB
YAML

RobotConfig:
_target_: ufactory_lerobot.robots.uf_mock_robot.UFMockRobotConfig
id: "uf_mock_robot"
control_space: "cartesian"
gripper_type: 2
state_offset_action: 3
cameras:
fisheye:
_target_: lerobot.cameras.opencv.configuration_opencv.OpenCVCameraConfig
index_or_path: "/dev/v4l/by-id/usb-DECXIN_CAMERA_DECXIN_CAMERA_01.00.00-video-index0"
width: 640
height: 480
fps: 30
fourcc: "MJPG"
DatasetRecordConfig:
_target_: lerobot.scripts.lerobot_record.DatasetRecordConfig
# root of local repo: /home/<user_name>/.cache/huggingface/lerobot (default)
root: "../lerobot_datas/record/ufactory/pika_datas"
repo_id: "ufactory/pika_datas"
single_task: "Pick up the purple grape and drop into the box on the left."
fps: 30
episode_time_s: 60 # max duration for one episode
reset_time_s: 20 # (invalid) time for resetting env between episodes
push_to_hub: False
# make sure to edit with your correct configurations!
TeleoperatorConfig:
_target_: ufactory_lerobot.teleoperators.pika_teleop.PikaTeleopConfig
# port: "/dev/ttyUSB0"
scale_xyz: 1.5
tracker_to_robot_eef: [0, 0, 0, 180, -90, 0]
robot_base_pose: [400, 0, 400, 180, 0, 0]