Skip to content

Commit

Permalink
Urdf to mjcf (#34)
Browse files Browse the repository at this point in the history
* update joints.py to match current working version

* early templating for new version of create_mjcf

* get rid of add reference positions since we always do it manually wiht a good pose

* 3.8 version of kol.formats.mjcf since certain typing things incompatible with 3.8 python

* need to keep track of old leg versions for converter to work

* remove some extraneous stuff

* refactor to use robot instead of legs, some improvements for having freejoint, example fixed urdf and xml

* update create fixed torso logic to match pawel's for effort and velocity limits

* refactor some code for create fixed torso

* add keyframe support, swapping right and left legs by default

* lint

* big lint

* remove extra import
  • Loading branch information
wuallenwu authored Jul 23, 2024
1 parent 1e2914e commit a96cd5e
Show file tree
Hide file tree
Showing 10 changed files with 1,324 additions and 1,989 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Robot Parts
*.stl
*.dae
*.urdf
# Local files
.env
*.DS_Store
Expand Down
Loading

0 comments on commit a96cd5e

Please sign in to comment.