Skip to content

Commit

Permalink
Add Aliengo cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Danfoa committed Apr 12, 2024
1 parent c6d2f76 commit 8d4d9c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ morpho_symm/robot_harmonic_decomposition.py
/morpho_symm/experiments/

.vscode/

*.pkl
12 changes: 12 additions & 0 deletions morpho_symm/cfg/robot/aliengo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
defaults:
- base_robot

name: a1

hip_height: 0.4

group_label: C2
# QJ: Joint Space symmetries____________________________________
permutation_Q_js: [[3, 4, 5, 0, 1, 2, 9, 10, 11, 6, 7, 8]]
# Reflections are determined by joint frame predefined orientation.
reflection_Q_js: [[-1, 1, 1, -1, 1, 1, -1, 1, 1, -1, 1, 1]]

0 comments on commit 8d4d9c5

Please sign in to comment.