Added a few more settings

pull/1643/head
b14ckyy 2 years ago
parent 1cd591c0ad
commit d0add78564

@ -2829,12 +2829,54 @@
"rthAltitudeHelp": {
"message": "Used in Extra, Fixed and 'At Least' RTH altitude modes"
},
"rthTrackBack": {
"message": "RTH Track Back Mode"
},
"rthTrackBackHelp": {
"message": "When enabled, the Aircraft will follow its last path backwards instead of flying home directly. Fixed Wing crafts will fly back the path with climbing but not descending. Usage modes for RTH Trackback. OFF = disabled, ON = Normal and Failsafe RTH, FS = Failsafe RTH only."
},
"rthTrackBackDistance": {
"message": "RTH Track Back Distance"
},
"rthSafeHome": {
"message": "Safe Home Mode"
},
"rthSafeHomeHelp": {
"message": "Used to control when safehomes will be used. Possible values are OFF, RTH and RTH_FS. See Safehome documentation for more information."
},
"rthSafeHomeDistance": {
"message": "Safe Home Max Distance"
},
"rthSafeHomeDistanceHelp": {
"message": "In order for a safehome to be used, it must be less than this distance [in cm] from the arming point."
},
"rthTrackBackDistanceHelp": {
"message": "Maximum distance allowed for RTH trackback. Normal RTH is executed once this distance is exceeded [m]."
},
"navMaxAltitude": {
"message": "Max Altitude for Navigation"
},
"navMaxAltitudeHelp": {
"message": "Max allowed altitude (above Home Point) that applies to all NAV modes (including Altitude Hold). 0 means limit is disabled"
},
"rthHomeAltitudeLabel": {
"message": "RTH Home altitude"
},
"rthHomeAltitudeHelp": {
"message": "Used when not landing at the home point. Upon arriving at home, the plane will loiter and change altitude to the RTH Home Altitude. Default is 0, which is feature disabled."
},
"rthTwoStage": {
"message": "Climb First Stage Method"
},
"rthTwoStageHelp": {
"message": "Staged Return To Home Function if Climb First is enabled. Set Climb First Stage Altitude to 0, to use classic Single-Stage RTH."
},
"rthTwoStageAlt": {
"message": "Climb First Stage Altitude"
},
"rthTwoStageAltHelp": {
"message": "Altitude Setting for the first Stage of Staged RTH. Set to 0 to Disable Two-Stage RTH [0-65000cm]"
},
"landMaxAltVspd": {
"message": "The craft will start to descend at this speed, once it reaches the <strong>Home</strong> location."
},
@ -3027,6 +3069,18 @@
"navMotorStopHelp": {
"message": "When set to OFF the navigation system will not take over the control of the motor if the throttle is low (motor will stop). When set to OFF_ALWAYS the navigation system will not take over the control of the motor if the throttle was low even when failsafe is triggered. When set to AUTO_ONLY the navigation system will only take over the control of the throttle in autonomous navigation modes (NAV WP and NAV RTH). When set to ALL_NAV (default) the navigation system will take over the control of the motor completely and never allow the motor to stop even when the throttle is low. This setting only has an effect on NAV modes which take control of the throttle when combined with MOTOR_STOP and is likely to cause a stall if fw_min_throttle_down_pitch isn't set correctly or the pitch estimation is wrong for fixed wing models when not set to ALL_NAV."
},
"soarMotorStop": {
"message": "Soaring Mode Motor Stop"
},
"soarMotorStopHelp": {
"message": "Stops motor when Soaring mode enabled."
},
"soarPitchDeadband": {
"message": "Soaring Mode Pitch Deadband"
},
"soarPitchDeadbandHelp": {
"message": "Pitch Angle deadband when soaring mode enabled (deg). Angle mode inactive within deadband allowing pitch to free float whilst soaring."
},
"waypointRadiusHelp": {
"message": "This sets the distance away from a waypoint that triggers the waypoint as reached."
},

@ -213,6 +213,19 @@
<label for="controlSmoothness"><span data-i18n="controlSmoothness"></span></label>
<div for="controlSmoothness" class="helpicon cf_tip" data-i18n_title="controlSmoothnessHelp"></div>
</div>
<div class="checkbox">
<input type="checkbox" class="toggle update_preview" id="soarMotorStop" data-setting="nav_fw_soaring_motor_stop" data-live="true" />
<label for="soarMotorStop"><span data-i18n="soarMotorStop"></span></label>
<div for="soarMotorStop" class="helpicon cf_tip" data-i18n_title="soarMotorStopHelp"></div>
</div>
<div class="number">
<input type="number" id="soarPitchDeadband" data-unit="deg" data-setting="nav_fw_soaring_pitch_deadband" data-setting-multiplier="1" step="1" min="0" max="15" />
<label for="soarPitchDeadband"><span data-i18n="soarPitchDeadband"></span></label>
<div for="soarPitchDeadband" class="helpicon cf_tip" data-i18n_title="soarPitchDeadbandHelp"></div>
</div>
</div>
</div>
</div> <!-- right wrapper -->
@ -364,6 +377,18 @@
<div for="rth-climb-first" class="helpicon cf_tip" data-i18n_title="rthClimbFirstHelp"></div>
</div>
<div class="select">
<select id="rthTwoStage" data-setting="nav_rth_climb_first_stage_mode"></select>
<label for="rthTwoStage"><span data-i18n="rthTwoStage"></span></label>
<div for="rthTwoStage" class="helpicon cf_tip" data-i18n_title="rthTwoStageHelp"></div>
</div>
<div class="number">
<input type="number" id="rthTwoStageAlt" data-unit="cm" data-setting="nav_rth_home_altitude" data-setting-multiplier="1" step="1" min="0" max="65000" />
<label for="rthTwoStageAlt"><span data-i18n="rthTwoStageAlt"></span></label>
<div for="rthTwoStageAlt" class="helpicon cf_tip" data-i18n_title="rthTwoStageAltHelp"></div>
</div>
<div class="checkbox">
<input type="checkbox" class="toggle update_preview" id="rthClimbIgnoreEmergency" data-setting="nav_rth_climb_ignore_emerg" data-live="true" />
<label for="rthClimbIgnoreEmergency"><span data-i18n="rthClimbIgnoreEmergency"></span></label>
@ -375,6 +400,30 @@
<div for="rthAltControlOverride" class="helpicon cf_tip" data-i18n_title="rthAltControlOverrideHelp"></div>
</div>
<div class="select">
<select id="rthTrackBack" data-setting="nav_rth_trackback_mode"></select>
<label for="rthTrackBack"><span data-i18n="rthTrackBack"></span></label>
<div for="rthTrackBack" class="helpicon cf_tip" data-i18n_title="rthTrackBackHelp"></div>
</div>
<div class="number">
<input type="number" id="rthTrackBackDistance" data-unit="m" data-setting="nav_rth_home_altitude" data-setting-multiplier="1" step="1" min="0" max="65000" />
<label for="rthTrackBackDistance"><span data-i18n="rthTrackBackDistance"></span></label>
<div for="rthTrackBackDistance" class="helpicon cf_tip" data-i18n_title="rthTrackBackDistanceHelp"></div>
</div>
<div class="select">
<select id="rthSafeHome" data-setting="safehome_usage_mode"></select>
<label for="rthSafeHome"><span data-i18n="rthSafeHome"></span></label>
<div for="rthSafeHome" class="helpicon cf_tip" data-i18n_title="rthSafeHomeHelp"></div>
</div>
<div class="number">
<input type="number" id="rthTrackBackDistance" data-unit="cm" data-setting="safehome_max_distance" data-setting-multiplier="1" step="1" min="0" max="65000" />
<label for="rthSafeHomeDistance"><span data-i18n="rthSafeHomeDistance"></span></label>
<div for="rthSafeHomeDistance" class="helpicon cf_tip" data-i18n_title="rthSafeHomeDistanceHelp"></div>
</div>
<div class="checkbox notFixedWingTuning">
<input type="checkbox" class="toggle update_preview" id="rthTailFirst" data-setting="nav_rth_tail_first" data-live="true" />
<label for="rthTailFirst"><span data-i18n="rthTailFirst"></span></label>
@ -432,6 +481,12 @@
<label for="navAutoClimbRate"><span data-i18n="navAutoClimbRate"></span></label>
<div for="navAutoClimbRate" class="helpicon cf_tip" data-i18n_title="navAutoClimbRateHelp"></div>
</div>
<div class="number">
<input type="number" id="navMaxAltitude" data-unit="cm" data-setting="nav_max_altitude" data-setting-multiplier="1" step="1" min="0" max="65000" />
<label for="navMaxAltitude"><span data-i18n="navMaxAltitude"></span></label>
<div for="navMaxAltitude" class="helpicon cf_tip" data-i18n_title="navMaxAltitudeHelp"></div>
</div>
</div>
</div>

Loading…
Cancel
Save