Co-authored-by: Adil Zouitine <adilzouitinegm@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
64 lines
2.2 KiB
YAML
64 lines
2.2 KiB
YAML
# [SO-100 robot arm](https://github.com/TheRobotStudio/SO-ARM100)
|
|
|
|
# Requires installing extras packages
|
|
# With pip: `pip install -e ".[feetech]"`
|
|
# With poetry: `poetry install --sync --extras "feetech"`
|
|
|
|
# See [tutorial](https://github.com/huggingface/lerobot/blob/main/examples/10_use_so100.md)
|
|
|
|
_target_: lerobot.common.robot_devices.robots.manipulator.ManipulatorRobot
|
|
robot_type: so100
|
|
calibration_dir: .cache/calibration/so100
|
|
|
|
# `max_relative_target` limits the magnitude of the relative positional target vector for safety purposes.
|
|
# Set this to a positive scalar to have the same value for all motors, or a list that is the same length as
|
|
# the number of motors in your follower arms.
|
|
max_relative_target: null
|
|
joint_position_relative_bounds: null
|
|
# max: [100, 100, 100, 100, 100, 100]
|
|
# min: [-100, -100, -100, -100, -100, -100]
|
|
# max: [ 7.2158203e+01, 1.5398438e+02, 1.6075195e+02, 9.3251953e+01, 0., -1.4184397e-01]
|
|
# min: [-77.08008, 56.25, 60.55664, 19.511719, 0., -0.63829786]
|
|
# max: [ 35.06836 , 103.18359 , 127.61719 , 75.58594 , 0., 0.]
|
|
# min: [ -8.876953 , 63.808594 , 90.49805 , 49.48242 , 0., 0.]
|
|
|
|
leader_arms:
|
|
main:
|
|
_target_: lerobot.common.robot_devices.motors.feetech.FeetechMotorsBus
|
|
port: /dev/tty.usbmodem58760433331
|
|
motors:
|
|
# name: (index, model)
|
|
shoulder_pan: [1, "sts3215"]
|
|
shoulder_lift: [2, "sts3215"]
|
|
elbow_flex: [3, "sts3215"]
|
|
wrist_flex: [4, "sts3215"]
|
|
wrist_roll: [5, "sts3215"]
|
|
gripper: [6, "sts3215"]
|
|
|
|
follower_arms:
|
|
main:
|
|
_target_: lerobot.common.robot_devices.motors.feetech.FeetechMotorsBus
|
|
port: /dev/tty.usbmodem58760431631
|
|
motors:
|
|
# name: (index, model)
|
|
shoulder_pan: [1, "sts3215"]
|
|
shoulder_lift: [2, "sts3215"]
|
|
elbow_flex: [3, "sts3215"]
|
|
wrist_flex: [4, "sts3215"]
|
|
wrist_roll: [5, "sts3215"]
|
|
gripper: [6, "sts3215"]
|
|
|
|
cameras:
|
|
front:
|
|
_target_: lerobot.common.robot_devices.cameras.opencv.OpenCVCamera
|
|
camera_index: 1
|
|
fps: 30
|
|
width: 640
|
|
height: 480
|
|
side:
|
|
_target_: lerobot.common.robot_devices.cameras.opencv.OpenCVCamera
|
|
camera_index: 0
|
|
fps: 30
|
|
width: 640
|
|
height: 480
|