Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor param changes #214

Merged
merged 4 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/defaults.parm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARSPD_RATIO,1.6
ARSPD_SKIP_CAL,1
ARSPD_USE,1
ARSPD_WIND_MAX,25
ARSPD_WIND_WARN,12
ARSPD_WIND_WARN,10
ARSPD2_RATIO,1.6
ARSPD2_SKIP_CAL,1
ARSPD2_TYPE,8
Expand Down Expand Up @@ -65,6 +65,7 @@ Q_A_THR_MIX_MAX,0.65
Q_A_THR_MIX_MIN,0.25
Q_ENABLE,1
Q_LAND_FINAL_ALT,10
Q_OPTIONS,147561 # 0:Level Transition, 3:Vtol Takeoff Frame, 5:USE QRTL instead of QLAND, 6:Use Governor in MANUAL, 14:Ignore forward flight angle limits in Qmodes, 17:Enable Land Resposition
Q_PILOT_SPD_DN,1.8
Q_PILOT_SPD_UP,2
Q_RC_SPEED,400
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ INS_ACCSCAL_X,1.001
INS_ACCSCAL_Y,1.001
INS_ACCSCAL_Z,1.001
INS_GYR_CAL,0 # taken from quadplane autotest parameters, just in case
LOG_REPLAY,0 # causes random crashes on the Cygwin SITL
NAVL1_PERIOD,14
@delete PTCH_RATE_*
PTCH_RATE_FF,1.407055
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ BATT4_MONITOR,0
GPS_TYPE,1
GPS_TYPE2,1
@delete INS_*
LOG_REPLAY,0 # causes random crashes on the Cygwin SITL
RNGFND1_PIN,0
RNGFND1_SCALING,40
RNGFND1_TYPE,1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ Q_M_SPIN_MIN,0.1 # DISABLE_CHECKS: this parameter should be a range restriction,
Q_M_THST_EXPO,0.582
Q_M_THST_HOVER,0.554629
Q_M_YAW_HEADROOM,100
Q_OPTIONS,147553
Q_P_ACCZ_D,0.015
Q_P_ACCZ_FLTD,6
Q_P_ACCZ_FLTE,3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ Q_M_SPIN_MIN,0.1 # DISABLE_CHECKS: this parameter should be a range restriction,
Q_M_THST_EXPO,0.52
Q_M_THST_HOVER,0.4299014
Q_M_YAW_HEADROOM,50
Q_OPTIONS,147489
Q_P_ACCZ_D,0.01
Q_P_ACCZ_FLTD,8
Q_P_ACCZ_FLTE,3
Expand Down
Loading