Skip to content

Commit 65d46c4

Browse files
committed
chore(X500 template): Updated the template
1 parent 67f9085 commit 65d46c4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Holybro_X500/05_remote_controller.param

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ RC6_OPTION,17 # To control PID autotune, after quicktune is done
77
RC7_OPTION,300 # To trigger PID quicktune
88
RC8_OPTION,31 # For emergencies, be able to stop all motors at once
99
RC9_OPTION,0
10-
RSSI_TYPE,0
10+
RSSI_TYPE,3 # FrSky FPort protocol supports RSSI to report RF link quality
11+
SERIAL2_BAUD,57 # The FrSky Archer R6 telemetry baudrate
12+
SERIAL2_OPTIONS,7 # Required for the FrSky Archer R6 telemetry link to work electrically
13+
SERIAL2_PROTOCOL,10 # send FrSky SPort passthru telemetry to the RC controller

ardupilot_methodic_configurator/vehicle_templates/ArduCopter/Holybro_X500/13_general_configuration.param

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ RTL_ALT,500 # RTL at 5m is needed inside the hangar
2020
RTL_LOIT_TIME,2000 # The default is too long. This reduces the time
2121
SCHED_LOOP_RATE,400 # Stay on default loop rate, this is a slow vehicle
2222
SCR_ENABLE,1 # Use lua scripting for VTOL-Quicktune, MagFit automation and wind speed estimation automation
23-
SERIAL2_BAUD,57 # The FrSky Archer R6 telemetry baudrate
24-
SERIAL2_OPTIONS,7 # The FrSky Archer R6 telemetry needs this to work
25-
SERIAL2_PROTOCOL,10 # The FrSky Archer R6 telemetry protocol
2623
SERIAL4_BAUD,230
2724
SERIAL4_PROTOCOL,-1
2825
SERIAL7_BAUD,115
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
ATC_ANG_PIT_P,4.5
2-
ATC_ANG_RLL_P,4.5
3-
ATC_ANG_YAW_P,4.5
1+
ATC_ANG_PIT_P,5.4 # = 1.2 * (4.5 default)
2+
ATC_ANG_RLL_P,5.4 # = 1.2 * (4.5 default)
3+
ATC_ANG_YAW_P,5.4 # = 1.2 * (4.5 default)
44
ATC_INPUT_TC,0.2 # It's a small (too fast) copter
55
ATC_RAT_PIT_D,0.00432 # = 1.2* (0.0036 default)
66
ATC_RAT_PIT_I,0.162 # = 1.2 * (0.135 default)
77
ATC_RAT_PIT_P,0.162 # = 1.2 * (0.135 default)
88
ATC_RAT_RLL_D,0.00432 # = 1.2* (0.0036 default)
99
ATC_RAT_RLL_I,0.162 # = 1.2 * (0.135 default)
1010
ATC_RAT_RLL_P,0.162 # = 1.2 * (0.135 default)
11-
ATC_RAT_YAW_D,0 # = 1 * (0 default)
11+
ATC_RAT_YAW_D,0 # = 1.2 * (0 default)
1212
ATC_RAT_YAW_I,0.026 # = 1.2 * (0.018 default)
1313
ATC_RAT_YAW_P,0.26 # = 1.2 * (0.18 default)

0 commit comments

Comments
 (0)