Skip to content

Commit 83302ae

Browse files
committed
Increase position controller gains.
Signed-off-by: James Goppert <james.goppert@gmail.com>
1 parent 5519abb commit 83302ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cyecca/models/rdd2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
rollpitch_max = 30 # deg
3030

3131
# position loop
32-
kp_pos = 1.0 # position proportional gain
33-
kp_vel = 2.0 # velocity proportional gain
32+
kp_pos = 2.0 # position proportional gain
33+
kp_vel = 4.0 # velocity proportional gain
3434
# pos_sp_dist_max = 2 # position setpoint max distance
3535
# vel_max = 2.0 # max velocity command
3636
z_integral_max = 0 # 5.0

0 commit comments

Comments
 (0)