Skip to content

Commit 3b607be

Browse files
committed
sigmaban sim walk params
1 parent fcdcf93 commit 3b607be

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Diff for: bitbots_motion/bitbots_quintic_walk/config/walking_sigmaban_simulator.yaml

+20-20
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@
44
walking:
55
ros__parameters:
66
engine:
7-
foot_put_down_z_offset: 0.0
8-
trunk_x_offset_p_coef_forward: 0.0
9-
trunk_x_offset_p_coef_turn: 0.0
107

118
kick_length: 0.12
129
kick_vel: 0.2
1310
kick_phase: 0.28
1411
kick_put_down_phase: 0.8
1512
kick_rise_factor: 1.5
1613

17-
double_support_ratio: 0.0264282002140171
18-
first_step_swing_factor: 2.9
19-
foot_distance: 0.15
20-
foot_rise: 0.06
21-
freq: 2.0
22-
trunk_height: 0.36
23-
trunk_phase: -0.151653984431689
24-
trunk_pitch: 0.1
25-
trunk_pitch_p_coef_forward: -0.186068274875133
26-
trunk_pitch_p_coef_turn: -0.457339940581988
27-
trunk_swing: 0.15
28-
trunk_x_offset: 0.05
29-
trunk_y_offset: 0.0
30-
trunk_z_movement: 0.0155005052923747
31-
first_step_trunk_phase: -0.8
32-
foot_apex_phase: 0.5
3314
foot_apex_pitch: 0.1
15+
16+
double_support_ratio: 0.0085326863851045
17+
first_step_swing_factor: 0.5415048620158085
18+
first_step_trunk_phase: -0.4352503029548156
19+
foot_distance: 0.1561113210950061
20+
foot_rise: 0.0728706006380927
21+
freq: 1.979765668883117
22+
trunk_height: 0.3554770930537789
23+
trunk_phase: -0.1033838610895926
24+
trunk_pitch: 0.1290723087735749
25+
trunk_pitch_p_coef_forward: 1.5694128054394745
26+
trunk_pitch_p_coef_turn: 0.0526016795229514
27+
trunk_swing: 0.1900724789745863
28+
trunk_x_offset: 0.0022559144103051
29+
trunk_y_offset: -0.0070751233393761
30+
trunk_z_movement: 0.0100382031380867
31+
foot_apex_phase: 0.5
3432
foot_overshoot_phase: 1.0
3533
foot_overshoot_ratio: 0.0
3634
foot_put_down_phase: 1.0
35+
foot_put_down_z_offset: 0.0
3736
foot_z_pause: 0.0
3837
trunk_pause: 0.0
39-
38+
trunk_x_offset_p_coef_forward: 0.0
39+
trunk_x_offset_p_coef_turn: 0.0
4040

4141
node:
4242
# update frequency of the engine

Diff for: bitbots_motion/bitbots_quintic_walk/src/parameters.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ walking:
4949
type: double
5050
description: "Trunk pitch orientation proportional to forward/backward step (in rad/m)"
5151
validation:
52-
bounds<>: [-1.0, 1.0]
52+
bounds<>: [-2.0, 2.0]
5353
trunk_pitch_p_coef_turn:
5454
type: double
5555
description: "Trunk pitch orientation proportional to turn step (in rad/rad)"
5656
validation:
57-
bounds<>: [-1.0, 1.0]
57+
bounds<>: [-2.0, 2.0]
5858
trunk_phase:
5959
type: double
6060
description: "Phase offset of trunk oscillation (half cycle phase, [-1:1])"

0 commit comments

Comments
 (0)