Skip to content

Commit

Permalink
[Mini Quadrotor] tuning the pos and att gain
Browse files Browse the repository at this point in the history
  • Loading branch information
tongtybj authored and Moju Zhao committed Apr 12, 2024
1 parent 2005056 commit 7efdd7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions robots/mini_quadrotor/config/FlightControl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ controller:
xy:
p_gain: 5.0
i_gain: 0.05
d_gain: 3.0
d_gain: 5.0
limit_sum: 3
limit_p: 3
limit_i: 1.5
Expand Down Expand Up @@ -36,9 +36,9 @@ controller:
gyro_moment_compensation: true
clamp_gain: true

roll_pitch_p: 20
roll_pitch_p: 15 # 20
roll_pitch_i: 0.5
roll_pitch_d: 0.15
roll_pitch_d: 0.5 # 1.0 #0.15

yaw_p: 60
yaw_i: 0.5
Expand Down

0 comments on commit 7efdd7d

Please sign in to comment.