We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11c69f commit befaa96Copy full SHA for befaa96
1 file changed
param/low_level_motion_2.0.yaml
@@ -1,6 +1,6 @@
1
# The PID constants are applied to positional errors in the map frame
2
-position_p_x: 0.0
3
-position_p_y: 0.0
+position_p_x: 1.0
+position_p_y: 1.0
4
position_p_z: 1.5
5
6
# PID values are positive for forward acting PID loops and negative for
@@ -36,7 +36,7 @@ roll_accumulator_max: 5.0
36
roll_accumulator_min: -5.0
37
roll_accumulator_enable_threshold: 10.0
38
39
-yaw_p: 0.0
+yaw_p: 0.4
40
41
min_side_thrust: 0.1
42
max_side_thrust: 10.0
@@ -47,11 +47,11 @@ throttle_max_rate : 200.0
47
48
pitch_max : 0.175
49
pitch_min : -0.175
50
-pitch_max_rate : 1.0
+pitch_max_rate : 2.0
51
52
roll_max : 0.175
53
roll_min : -0.175
54
-roll_max_rate : 1.0
+roll_max_rate : 2.0
55
56
yaw_max : 0.5
57
yaw_min : -0.5
0 commit comments