Skip to content

Commit

Permalink
[Gimbalrotor][dragonfly] change gains
Browse files Browse the repository at this point in the history
  • Loading branch information
sugihara-16 committed May 19, 2024
1 parent f2ed8e4 commit 50f5058
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions robots/gimbalrotor/config/dragonfly/GimbalrotorControl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ controller:
gimbal_dof : 2

xy:
p_gain: 3.0
i_gain: 0.05
d_gain: 1.5
p_gain: 7.0
i_gain: 0.1
d_gain: 3.5
limit_sum: 4.0
limit_p: 12.0
limit_i: 12.0
Expand All @@ -27,7 +27,7 @@ controller:
force_landing_descending_rate: -0.5

roll_pitch:
p_gain: 22.0
p_gain: 30.0
i_gain: 1.0
d_gain: 14.0
limit_sum: 20.0
Expand All @@ -38,9 +38,9 @@ controller:
start_rp_integration_height: 0.01

yaw:
p_gain: 5.0
p_gain: 10.0
i_gain: 1.0
d_gain: 4.0
d_gain: 3.0
limit_err_p: 0.4
limit_sum: 20.0
limit_p: 20.0
Expand Down

0 comments on commit 50f5058

Please sign in to comment.