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 f6d521c
Show file tree
Hide file tree
Showing 3 changed files with 19 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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ This script functions as an introductory tutorial showing how we define the repr
<th align="center"> Baxter </th>
<th align="center"> Solo </th>
<th align="center"> A1 </th>
<th align="center"> Aliengo </th>
<th align="center"> HyQ </th>
<th align="center"> Anymal-C </th>
<th align="center"> Anymal-B </th>
Expand Down Expand Up @@ -180,6 +181,10 @@ This script functions as an introductory tutorial showing how we define the repr
<img src="docs/static/animations/a1-C2-symmetries_anim_static.gif" alt="Morphological symmetries a1 bipedal robot, State symmetry, Discrete Symmetry Group"
width="200" height="200"/>
</td>
<td align="center">
<img src="docs/static/animations/a1-C2-symmetries_anim_static.gif" alt="Morphological symmetries a1 bipedal robot, State symmetry, Discrete Symmetry Group"
width="200" height="200"/>
</td>
<td align="center">
<img src="docs/static/animations/hyq-C2-symmetries_anim_static.gif" alt="Morphological symmetries hyq quadruped robot, State symmetry, Discrete Symmetry Group"
width="200" height="200"/>
Expand Down
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 f6d521c

Please sign in to comment.