Skip to content

Commit befaa96

Browse files
committed
Tune yaw-p on 2.0
1 parent c11c69f commit befaa96

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

param/low_level_motion_2.0.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The PID constants are applied to positional errors in the map frame
2-
position_p_x: 0.0
3-
position_p_y: 0.0
2+
position_p_x: 1.0
3+
position_p_y: 1.0
44
position_p_z: 1.5
55

66
# PID values are positive for forward acting PID loops and negative for
@@ -36,7 +36,7 @@ roll_accumulator_max: 5.0
3636
roll_accumulator_min: -5.0
3737
roll_accumulator_enable_threshold: 10.0
3838

39-
yaw_p: 0.0
39+
yaw_p: 0.4
4040

4141
min_side_thrust: 0.1
4242
max_side_thrust: 10.0
@@ -47,11 +47,11 @@ throttle_max_rate : 200.0
4747

4848
pitch_max : 0.175
4949
pitch_min : -0.175
50-
pitch_max_rate : 1.0
50+
pitch_max_rate : 2.0
5151

5252
roll_max : 0.175
5353
roll_min : -0.175
54-
roll_max_rate : 1.0
54+
roll_max_rate : 2.0
5555

5656
yaw_max : 0.5
5757
yaw_min : -0.5

0 commit comments

Comments
 (0)