Browse Source

Add path check

remote-reachy2-improvements
haixuanTao 8 months ago
parent
commit
2d9b2d4a04
1 changed files with 21 additions and 9 deletions
  1. +21
    -9
      examples/so100-remote/no_torque.yml

+ 21
- 9
examples/so100-remote/no_torque.yml View File

@@ -7,10 +7,19 @@ nodes:
outputs:
- pose
env:
PORT: /dev/ttyACM0
IDS: 1 2 3 4 5
PORT: /dev/ttyACM1
IDS: 1 2 3 4 5 6
TORQUE: false

- id: camera
build: pip install -e ../../node-hub/dora-pyrealsense
path: dora-pyrealsense
inputs:
tick: dora/timer/millis/33
outputs:
- image
- depth

- id: pytorch-kinematics
build: pip install -e ../../node-hub/dora-pytorch-kinematics
path: dora-pytorch-kinematics
@@ -20,17 +29,20 @@ nodes:
- pose
- action
env:
URDF_PATH: so100_2.urdf
END_EFFECTOR_LINK: "Fixed_Jaw"
so100_transform: 0 -0.3 0
URDF_PATH: so100.urdf
END_EFFECTOR_LINK: "Moving Jaw"
so100_transform: -0.18 0.02 -0.65 0.7 0 0 0.7

- id: plot
build: pip install -e ../../node-hub/dora-rerun
path: dora-rerun
inputs:
# series_so100: so100/pose
series_pose: pytorch-kinematics/pose
series_so100: so100/pose
series_fk: pytorch-kinematics/pose
jointstate_so100: so100/pose
camera/image: camera/image
camera/depth: camera/depth
env:
so100_urdf: so100_2.urdf
so100_transform: 0 -0.3 0
so100_urdf: so100.urdf
so100_transform: -0.18 0.02 -0.65 0.7 0 0 0.7
CAMERA_PITCH: -3.1415

Loading…
Cancel
Save