Skip to content

Commit 064ff36

Browse files
committed
updated defaults
1 parent 9da926c commit 064ff36

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

tabs/profiles.js

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ presets.elementHelper = function (group, field, value) {
1313
presets.defaultValues = {
1414
PIDs: {
1515
mr: [
16-
[40, 30, 23],
17-
[40, 30, 23],
18-
[85, 45, 0],
19-
[50, 0, 0],
20-
[65, 120, 10],
21-
[180, 15, 100],
22-
[0, 0, 0],
23-
[20, 15, 75],
24-
[60, 0, 0],
25-
[100, 50, 10]
16+
[40, 30, 23], //PID_ROLL
17+
[40, 30, 23], //PID_PITCH
18+
[85, 45, 0], //PID_YAW
19+
[50, 0, 0], //PID_POS_Z
20+
[65, 120, 10], //PID_POS_XY
21+
[40, 15, 100], //PID_VEL_XY
22+
[0, 0, 0], //PID_SURFACE
23+
[20, 15, 75], //PID_LEVEL
24+
[60, 0, 0], //PID_HEADING
25+
[100, 50, 10] //PID_VEL_Z
2626
],
2727
fw: [
28-
[25, 35, 10],
29-
[20, 35, 10],
30-
[50, 45, 0],
31-
[50, 0, 0],
32-
[75, 5, 8],
33-
[0, 0, 0],
34-
[0, 0, 0],
35-
[20, 15, 75],
36-
[60, 0, 0],
37-
[0, 0, 0]
28+
[5, 7, 50], //PID_ROLL
29+
[5, 7, 50], //PID_PITCH
30+
[6, 10, 60], //PID_YAW
31+
[50, 0, 0], //PID_POS_Z
32+
[75, 5, 8], //PID_POS_XY
33+
[0, 0, 0], //PID_VEL_XY
34+
[0, 0, 0], //PID_SURFACE
35+
[20, 5, 75], //PID_LEVEL
36+
[60, 0, 0], //PID_HEADING
37+
[0, 0, 0] //PID_VEL_Z
3838
]},
3939
INAV_PID_CONFIG: {"asynchronousMode": "0", "accelerometerTaskFrequency": 500, "attitudeTaskFrequency": 250, "magHoldRateLimit": 90, "magHoldErrorLpfFrequency": 2, "yawJumpPreventionLimit": 200, "gyroscopeLpf": "3", "accSoftLpfHz": 15},
4040
ADVANCED_CONFIG: {"gyroSyncDenominator": 2, "pidProcessDenom": 1, "useUnsyncedPwm": 1, "motorPwmProtocol": 0, "motorPwmRate": 400, "servoPwmRate": 50, "gyroSync": 0},

0 commit comments

Comments
 (0)