Skip to content

Commit

Permalink
[gimbalrotor][birotor] update control params for simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Sep 11, 2023
1 parent 01a8782 commit ae69ddf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions robots/gimbalrotor/config/bi/GimbalrotorControl_sim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ controller:
controlled_axis: [0, 0, 1, 1, 1, 1]

xy:
p_gain: 5.0
i_gain: 0.05
d_gain: 4.0
p_gain: 1.0
i_gain: 0.2
d_gain: 2.0
limit_sum: 12.0
limit_p: 12.0
limit_i: 12.0
Expand All @@ -28,8 +28,8 @@ controller:

roll_pitch:
p_gain: 6.0
i_gain: 0.2
d_gain: 3.0
i_gain: 0.5
d_gain: 4.0
limit_sum: 20.0
limit_p: 20.0
limit_i: 20.0
Expand Down

0 comments on commit ae69ddf

Please sign in to comment.