Skip to content

Commit d872c3e

Browse files
authored
Update walking params for jack (#591)
2 parents bbc87f5 + 7f039ad commit d872c3e

File tree

1 file changed

+7
-3
lines changed
  • bitbots_motion/bitbots_quintic_walk/config/robots

1 file changed

+7
-3
lines changed

bitbots_motion/bitbots_quintic_walk/config/robots/jack.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
walking:
44
ros__parameters:
55
engine:
6-
trunk_x_offset: 0.0
7-
trunk_y_offset: -0.01
8-
6+
trunk_x_offset: 0.01
7+
trunk_y_offset: 0.0
98
node:
109
x_bias: -0.005
1110
y_bias: -0.008
11+
trunk_pid:
12+
pitch:
13+
p: 0.0
14+
i: 0.0
15+
d: 0.0

0 commit comments

Comments
 (0)