Skip to content

Commit

Permalink
Cleanup (#37)
Browse files Browse the repository at this point in the history
* remove "old stompy" folder

* create some old robot urdf and xml for better iterations

* update base urdf and xml for legs only

* cleanup print statement

* add fixed urdf and xml for legs

* updates to full robot
  • Loading branch information
wuallenwu authored Jul 25, 2024
1 parent 3549b97 commit 6388e86
Show file tree
Hide file tree
Showing 10 changed files with 7,153 additions and 1,058 deletions.
424 changes: 0 additions & 424 deletions sim/old_stompy/joints.py

This file was deleted.

3 changes: 1 addition & 2 deletions sim/scripts/create_mjcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from typing import List, Union

from sim import mjcf
from sim.stompy.joints import Stompy
from sim.stompy_legs.joints import Stompy

logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -242,7 +242,6 @@ def adapt_world(self, add_floor: bool = True, remove_frc_range: bool = True) ->
for body in root.findall(".//body"):
joints = list(body.findall("joint"))
for join in joints:
print(join)
if "actuatorfrcrange" in join.attrib:
join.attrib.pop("actuatorfrcrange")

Expand Down
3,819 changes: 3,819 additions & 0 deletions sim/stompy/robot.urdf

Large diffs are not rendered by default.

419 changes: 419 additions & 0 deletions sim/stompy/robot.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 6388e86

Please sign in to comment.