Skip to content

Commit

Permalink
[update] update github workflow for local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqin committed Apr 17, 2024
1 parent 685df11 commit f172052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Core Tests

on:
push:
branches: [ main, init_dev ]
branches: [ main, pin_dev ]
pull_request:

permissions:
Expand Down
8 changes: 0 additions & 8 deletions dex_retargeting/seq_retarget.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ def warm_start(self, wrist_pos: np.ndarray, wrist_orientation: np.ndarray, globa
pose_vec = np.concatenate([target_root_pose[:3, 3], euler])

# Find the dummy joints
name_list = [
"dummy_x_translation_joint",
"dummy_y_translation_joint",
"dummy_z_translation_joint",
"dummy_x_rotation_joint",
"dummy_y_rotation_joint",
"dummy_z_rotation_joint",
]
for num, joint_name in enumerate(self.optimizer.target_joint_names):
if joint_name in name_list:
index = name_list.index(joint_name)
Expand Down

0 comments on commit f172052

Please sign in to comment.