Co-authored-by: Remi <remi.cadene@huggingface.co> Co-authored-by: Remi Cadene <re.cadene@gmail.com>
25 lines
677 B
YAML
25 lines
677 B
YAML
_target_: lerobot.common.robot_devices.robots.stretch.StretchRobot
|
|
robot_type: stretch3
|
|
|
|
cameras:
|
|
navigation:
|
|
_target_: lerobot.common.robot_devices.cameras.opencv.OpenCVCamera
|
|
camera_index: /dev/hello-nav-head-camera
|
|
fps: 10
|
|
width: 1280
|
|
height: 720
|
|
rotation: -90
|
|
head:
|
|
_target_: lerobot.common.robot_devices.cameras.intelrealsense.IntelRealSenseCamera.init_from_name
|
|
name: Intel RealSense D435I
|
|
fps: 30
|
|
width: 640
|
|
height: 480
|
|
rotation: 90
|
|
wrist:
|
|
_target_: lerobot.common.robot_devices.cameras.intelrealsense.IntelRealSenseCamera.init_from_name
|
|
name: Intel RealSense D405
|
|
fps: 30
|
|
width: 640
|
|
height: 480
|