33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
robot:
|
|
type: uf::robot
|
|
id: "uf_robot"
|
|
robot_dof: 7
|
|
control_space: "joint"
|
|
robot_ip: "192.168.1.245"
|
|
gripper_type: 1
|
|
# Append gripper initialization/read/write failures here.
|
|
gripper_error_log_path: "logs/xarm7_gripper_errors.log"
|
|
# 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:
|
|
# root of local repo: /home/<user_name>/.cache/huggingface/lerobot (default)
|
|
root: "/home/user/projects/lerobot_xarm7/datasets"
|
|
repo_id: "ufactory/xarm6_gello_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 # time for resetting env between episodes
|
|
push_to_hub: False
|