Skip to content

Commit

Permalink
Update walking params for jack (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayin21 authored Jul 20, 2024
2 parents bbc87f5 + 7f039ad commit d872c3e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bitbots_motion/bitbots_quintic_walk/config/robots/jack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
walking:
ros__parameters:
engine:
trunk_x_offset: 0.0
trunk_y_offset: -0.01

trunk_x_offset: 0.01
trunk_y_offset: 0.0
node:
x_bias: -0.005
y_bias: -0.008
trunk_pid:
pitch:
p: 0.0
i: 0.0
d: 0.0

0 comments on commit d872c3e

Please sign in to comment.