Skip to content

Commit

Permalink
[Beetle] modified gains for wrench comp
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed Dec 15, 2023
1 parent a2a7442 commit 3c2cc92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion robots/beetle/config/BeetleControl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ controller:
momentum_observer_torque_weight: 2.5
wrench_estimate_flag: true
comp_term_update_freq: 40
wrench_comp_gain: 0.2

pd_wrench_comp_mode: true

Expand All @@ -21,6 +20,10 @@ controller:
cutoff_freq: 1.0
sample_freq: 40.0

wrench_comp:
p_gain: 0.1
d_gain: 0.07
i_gain: 0.008
xy:
p_gain: 10.0
i_gain: 0.2
Expand Down
7 changes: 4 additions & 3 deletions robots/beetle/config/BeetleControl_sim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ controller:
momentum_observer_torque_weight: 2.5
wrench_estimate_flag: true
comp_term_update_freq: 40
wrench_comp_p_gain: 0.05
wrench_comp_d_gain: 0.02
wrench_comp_i_gain: 0.002

pd_wrench_comp_mode: true

Expand All @@ -23,6 +20,10 @@ controller:
cutoff_freq: 1.0
sample_freq: 40.0

wrench_comp:
p_gain: 0.1
d_gain: 0.07
i_gain: 0.008
xy:
p_gain: 1.5
i_gain: 0.05
Expand Down

0 comments on commit 3c2cc92

Please sign in to comment.