Skip to content

Commit

Permalink
Fix ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Oct 15, 2024
1 parent 7046074 commit d3a559b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pink_balancer/whole_body_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def __init__(
turning_gain_scale: Additional gain scale added when the robot
is turning to keep the legs stiff in spite of the ground
pulling them apart.
visualize: If true, open a MeshCat visualizer on the side.
"""
self.gain_scale = clamp(gain_scale, 0.1, 2.0)
self.height_controller = HeightController(visualize=visualize)
Expand Down

0 comments on commit d3a559b

Please sign in to comment.