51 lines
1.5 KiB
YAML
51 lines
1.5 KiB
YAML
robot:
|
|
type: uf::robot
|
|
id: "uf_robot"
|
|
robot_dof: 7
|
|
control_space: "joint"
|
|
robot_ip: "192.168.1.245"
|
|
gripper_type: 1
|
|
# Use the high-frequency servo interface for lower-latency GELLO tracking.
|
|
joint_command_mode: 1
|
|
max_joint_velocity: 120
|
|
# TCP z floor in the xArm base coordinate system (mm).
|
|
min_tcp_z_mm: -2.0
|
|
# Append gripper initialization/read/write failures here.
|
|
gripper_error_log_path: "logs/xarm7_gripper_errors.log"
|
|
cameras:
|
|
camera:
|
|
type: intelrealsense
|
|
serial_number_or_name: "242622070583"
|
|
width: 640
|
|
height: 480
|
|
fps: 30
|
|
camera2:
|
|
type: intelrealsense
|
|
serial_number_or_name: "148522072685"
|
|
width: 640
|
|
height: 480
|
|
fps: 30
|
|
# Redundant args, indicating the initial pose of xarm7. Set by 192.168.1.245:18333
|
|
# start_joints: [0, -30, 0, 0, 0, 30, 0]
|
|
|
|
# make sure to edit with your correct configurations!
|
|
teleop:
|
|
type: uf::gello_teleop
|
|
id: "gello_teleop"
|
|
port: "/dev/serial/by-id/usb-FTDI_USB__-__Serial_Converter_FTB9HYVD-if00-port0"
|
|
joint_ids: [1, 2, 3, 4, 5, 6, 7]
|
|
joint_signs: [1, 1, 1, 1, 1, 1, 1]
|
|
gripper_id: 8
|
|
gripper_open_deg: 198.28125
|
|
gripper_close_deg: 155.75
|
|
|
|
dataset:
|
|
# Dataset path relative to the directory where the command is started.
|
|
root: "datasets/xarm7_gello_datas"
|
|
repo_id: "ufactory/xarm7_gello_datas"
|
|
single_task: "Pick up the purple grape and drop into the box on the left."
|
|
fps: 60
|
|
episode_time_s: 60 # max duration for one episode
|
|
reset_time_s: 20 # time for resetting env between episodes
|
|
push_to_hub: False
|