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.
|
- nodes:
- - id: so100
- path: dora-rustypot
- inputs:
- tick: dora/timer/millis/33
- pose: pytorch-kinematics/action
- outputs:
- - pose
- env:
- PORT: /dev/ttyACM0
- TORQUE: true
- IDS: 1 2 3 4 5 6
-
- - id: parse_keyboard
- path: parse_keyboard.py
- outputs:
- - action
-
- - 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
- inputs:
- pose: so100/pose
- action: parse_keyboard/action
- outputs:
- - pose
- - action
- env:
- URDF_PATH: so100.urdf
- END_EFFECTOR_LINK: "Moving Jaw"
- 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_pose: pytorch-kinematics/pose
- series_so100_inference: pytorch-kinematics/action
- jointstate_so100: so100/pose
- jointstate_so100_inference: pytorch-kinematics/action
- camera/image: camera/image
- camera/depth: camera/depth
- env:
- so100_urdf: so100.urdf
- so100_inference_urdf: so100_inference.urdf
- so100_transform: -0.18 0.02 -0.65 0.7 0 0 0.7
- so100_inference_transform: -0.18 0.02 -0.65 0.7 0 0 0.7
- CAMERA_PITCH: -3.1415
|