We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5519abb commit 83302aeCopy full SHA for 83302ae
cyecca/models/rdd2.py
@@ -29,8 +29,8 @@
29
rollpitch_max = 30 # deg
30
31
# position loop
32
-kp_pos = 1.0 # position proportional gain
33
-kp_vel = 2.0 # velocity proportional gain
+kp_pos = 2.0 # position proportional gain
+kp_vel = 4.0 # velocity proportional gain
34
# pos_sp_dist_max = 2 # position setpoint max distance
35
# vel_max = 2.0 # max velocity command
36
z_integral_max = 0 # 5.0
0 commit comments