Skip to content

Commit 9f7818c

Browse files
committed
support 11061
1 parent a190a07 commit 9f7818c

File tree

1 file changed

+3
-34
lines changed

1 file changed

+3
-34
lines changed

js/flightlog_parser.js

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@ var FlightLogParser = function(logData) {
332332
simplified_pi_gain: null,
333333
simplified_i_gain: null,
334334
simplified_d_gain: null,
335-
simplified_dmin_ratio: null,
335+
simplified_dmax_gain: null,
336336
simplified_feedforward_gain: null,
337-
simplified_roll_pitch_ratio: null,
337+
simplified_pitch_d_gain: null,
338338
simplified_pitch_pi_gain: null,
339339
simplified_master_multiplier: null,
340340
simplified_dterm_filter: null,
@@ -412,38 +412,7 @@ var FlightLogParser = function(logData) {
412412
rpm_filter_q : "gyro_rpm_notch_q",
413413
rpm_filter_min_hz : "gyro_rpm_notch_min",
414414
rpm_filter_lpf_hz : "rpm_notch_lpf",
415-
rc_sm_md : "rc_smoothing_mode",
416-
rc_sm_ff_hz : "rc_smoothing_feedforward_hz",
417-
rc_sm_sp_hz : "rc_smoothing_setpoint_hz",
418-
rc_sm_af_sp : "rc_smoothing_auto_factor_setpoint",
419-
rc_sm_thr_hz : "rc_smoothing_throttle_hz",
420-
rc_sm_af_thr : "rc_smoothing_auto_factor_throttle",
421-
rc_sm_dbg_ax : "rc_smoothing_debug_axis",
422-
rc_sm_act_cuts : "rc_smoothing_active_cutoffs_ff_sp_thr",
423-
rc_sm_rx_av : "rc_smoothing_rx_average",
424-
vbat_s_comp : "vbat_sag_compensation",
425-
d_idl_m_r : "dynamic_idle_min_rpm",
426-
d_idl_p : "dyn_idle_p_gain",
427-
d_idl_i : "dyn_idle_i_gain",
428-
d_idl_d : "dyn_idle_d_gain",
429-
d_idl_max : "dyn_idle_max_increase",
430-
simpl_mode : "simplified_pids_mode",
431-
simpl_mast : "simplified_master_multiplier",
432-
simpl_pi : "simplified_pi_gain",
433-
simpl_i : "simplified_i_gain",
434-
simpl_d : "simplified_d_gain",
435-
simpl_dmr : "simplified_dmin_ratio",
436-
simpl_ff : "simplified_feedforward_gain",
437-
simpl_rpr : "simplified_roll_pitch_ratio",
438-
simpl_d_f : "simplified_dterm_filter",
439-
simpl_d_f_m : "simplified_dterm_filter_multiplier",
440-
simpl_g_f : "simplified_gyro_filter",
441-
simpl_g_f_m : "simplified_gyro_filter_multiplier",
442-
m_out_lim : "motor_output_limit",
443-
thr_lim_t : "throttle_limit_type",
444-
thr_lim_p : "throttle_limit_percent",
445-
thr_bst : "throttle_boost",
446-
thr_bst_cut : "throttle_boost_cutoff"
415+
rc_smoothing : "rc_smoothing_mode",
447416
},
448417

449418
frameTypes,

0 commit comments

Comments
 (0)