Skip to content

Commit

Permalink
right axes, and height
Browse files Browse the repository at this point in the history
  • Loading branch information
budzianowski committed Dec 6, 2024
1 parent db6ba4e commit 3252b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sim/resources/zeroth/joints.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Legs(Node):


class Robot(Node):
height = 0.42
height = 0.34
rotation = [0, 0, 0, 1.0]

legs = Legs()
Expand Down
2 changes: 1 addition & 1 deletion sim/resources/zeroth/robot_fixed.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</inertial>
</link>
<joint name="floating_base" type="fixed">
<origin rpy="0 0 0" xyz="0 0 0" />
<origin rpy="0 0 -1.5707963267948966" xyz="0 0 0" />
<parent link="base" />
<child link="Part_76" />
</joint>
Expand Down

0 comments on commit 3252b73

Please sign in to comment.