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: plot
- build: pip install -e ../../node-hub/dora-rerun
- path: dora-rerun
- inputs:
- jointstate_iiwa14_primitive_collision: pytorch_kinematics/cmd_vel
- camera/image: dora-vggt/image
- camera/depth: dora-vggt/depth
- env:
- iiwa14_primitive_collision_urdf: "iiwa14_description"
- iiwa14_primitive_collision_transform: .5 -0. -0.1 1. 0. 0. 0.
- CAMERA_PITCH: 1.5708
-
- - id: gamepad
- build: pip install -e ../../node-hub/gamepad
- path: gamepad
- outputs:
- - cmd_vel
- - raw_control
- inputs:
- tick: dora/timer/millis/10
- env:
- MAX_LINEAR_SPEED: 0.02
- MAX_ANGULAR_SPEED: 0.10
-
- - id: pytorch_kinematics
- build: pip install -e ../../node-hub/dora-pytorch-kinematics
- path: dora-pytorch-kinematics
- inputs:
- cmd_vel: gamepad/cmd_vel
- outputs:
- - cmd_vel
- env:
- MODEL_NAME: "iiwa14_description"
- END_EFFECTOR_LINK: "iiwa_link_7"
- TRANSFORM: .5 -0. -0.1 1. 0. 0. 0.
-
- - id: camera
- build: pip install -e ../../../node-hub/opencv-video-capture
- path: opencv-video-capture
- inputs:
- tick: dora/timer/millis/100
- outputs:
- - image
- env:
- CAPTURE_PATH: 4
-
- - id: camera2
- build: pip install -e ../../../node-hub/opencv-video-capture
- path: opencv-video-capture
- inputs:
- tick: dora/timer/millis/100
- outputs:
- - image
- env:
- CAPTURE_PATH: 6
-
- - id: dora-vggt
- build: pip install -e ../../../node-hub/dora-vggt
- path: dora-vggt
- inputs:
- image: camera/image
- image2: camera2/image
- outputs:
- - depth
- - image
- env:
- SCALE_FACTOR: 0.9
|