Skip to content

Commit

Permalink
Remove pred from recording
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Dec 9, 2024
1 parent 21ba9c0 commit a82c0e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions examples/piper/post_process_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

node = Node()

import numpy as np


import time
import pyarrow as pa
Expand All @@ -29,5 +27,5 @@
node.send_output(
"jointstate_right", pa.array(action[7:], type=pa.float32())
)
time.sleep(0.005)
time.sleep(0.02)
print(actions)
4 changes: 0 additions & 4 deletions examples/piper/record.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ nodes:
piper_right_urdf: piper_right.urdf
piper_left_transform: 0 0.2 0
piper_right_transform: 0 -0.2 0
piper_left_pred_urdf: piper_left_pred.urdf
piper_right_pred_urdf: piper_right_pred.urdf
piper_left_pred_transform: 0 0.2 0
piper_right_pred_transform: 0 -0.2 0

- id: keyboard
build: pip install dora-keyboard
Expand Down

0 comments on commit a82c0e7

Please sign in to comment.