You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

no_torque.yml 1.4 kB

8 months ago
8 months ago
7 months ago
7 months ago
8 months ago
8 months ago
7 months ago
7 months ago
8 months ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. nodes:
  2. - id: so100
  3. path: dora-rustypot
  4. build: pip install -e ../../node-hub/dora-rustypot
  5. inputs:
  6. tick: dora/timer/millis/33
  7. #pose: pytorch-kinematics/action
  8. outputs:
  9. - pose
  10. env:
  11. PORT: /dev/ttyACM0
  12. IDS: 1 2 3 4 5 6
  13. - id: camera
  14. build: pip install -e ../../node-hub/dora-pyrealsense
  15. path: dora-pyrealsense
  16. inputs:
  17. tick: dora/timer/millis/33
  18. outputs:
  19. - image
  20. - depth
  21. - id: pytorch-kinematics
  22. build: pip install -e ../../node-hub/dora-pytorch-kinematics
  23. path: dora-pytorch-kinematics
  24. inputs:
  25. pose: so100/pose
  26. outputs:
  27. - pose
  28. - action
  29. env:
  30. # Link to your installation of so100-urdf.
  31. # https://huggingface.co/datasets/haixuantao/urdfs/resolve/main/so100/so100_urdf.zip
  32. URDF_PATH: $HOME/Downloads/so100_urdf/so100.urdf
  33. END_EFFECTOR_LINK: "Moving Jaw"
  34. TRANSFORM: -0.2 -0.01 -0.57 0.7 0 0 0.7
  35. - id: plot
  36. build: pip install -e ../../node-hub/dora-rerun
  37. path: dora-rerun
  38. inputs:
  39. jointstate_so100: so100/pose
  40. camera/image: camera/image
  41. camera/depth: camera/depth
  42. env:
  43. # Link to your installation of so100-urdf.
  44. # https://huggingface.co/datasets/haixuantao/urdfs/resolve/main/so100/so100_urdf.zip
  45. so100_urdf: $HOME/Downloads/so100_urdf/so100.urdf
  46. so100_transform: -0.2 -0.01 -0.57 0.7 0 0 0.7
  47. CAMERA_PITCH: -3.1415