Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
budzianowski committed Dec 6, 2024
1 parent d4b4fee commit 0ec2c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/resources/zeroth/joints.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def default_limits(cls) -> Dict[str, Dict[str, float]]:
Robot.legs.right.knee_pitch: {
"lower": 0,
"upper": 1.57,
}
},
}

# p_gains
Expand Down Expand Up @@ -167,4 +167,4 @@ def print_joints() -> None:

if __name__ == "__main__":
# python -m sim.Robot.joints
print_joints()
print_joints()

0 comments on commit 0ec2c6a

Please sign in to comment.