Skip to content

Commit

Permalink
support 11061
Browse files Browse the repository at this point in the history
  • Loading branch information
ctzsnooze committed Nov 14, 2021
1 parent a190a07 commit 9f7818c
Showing 1 changed file with 3 additions and 34 deletions.
37 changes: 3 additions & 34 deletions js/flightlog_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ var FlightLogParser = function(logData) {
simplified_pi_gain: null,
simplified_i_gain: null,
simplified_d_gain: null,
simplified_dmin_ratio: null,
simplified_dmax_gain: null,
simplified_feedforward_gain: null,
simplified_roll_pitch_ratio: null,
simplified_pitch_d_gain: null,
simplified_pitch_pi_gain: null,
simplified_master_multiplier: null,
simplified_dterm_filter: null,
Expand Down Expand Up @@ -412,38 +412,7 @@ var FlightLogParser = function(logData) {
rpm_filter_q : "gyro_rpm_notch_q",
rpm_filter_min_hz : "gyro_rpm_notch_min",
rpm_filter_lpf_hz : "rpm_notch_lpf",
rc_sm_md : "rc_smoothing_mode",
rc_sm_ff_hz : "rc_smoothing_feedforward_hz",
rc_sm_sp_hz : "rc_smoothing_setpoint_hz",
rc_sm_af_sp : "rc_smoothing_auto_factor_setpoint",
rc_sm_thr_hz : "rc_smoothing_throttle_hz",
rc_sm_af_thr : "rc_smoothing_auto_factor_throttle",
rc_sm_dbg_ax : "rc_smoothing_debug_axis",
rc_sm_act_cuts : "rc_smoothing_active_cutoffs_ff_sp_thr",
rc_sm_rx_av : "rc_smoothing_rx_average",
vbat_s_comp : "vbat_sag_compensation",
d_idl_m_r : "dynamic_idle_min_rpm",
d_idl_p : "dyn_idle_p_gain",
d_idl_i : "dyn_idle_i_gain",
d_idl_d : "dyn_idle_d_gain",
d_idl_max : "dyn_idle_max_increase",
simpl_mode : "simplified_pids_mode",
simpl_mast : "simplified_master_multiplier",
simpl_pi : "simplified_pi_gain",
simpl_i : "simplified_i_gain",
simpl_d : "simplified_d_gain",
simpl_dmr : "simplified_dmin_ratio",
simpl_ff : "simplified_feedforward_gain",
simpl_rpr : "simplified_roll_pitch_ratio",
simpl_d_f : "simplified_dterm_filter",
simpl_d_f_m : "simplified_dterm_filter_multiplier",
simpl_g_f : "simplified_gyro_filter",
simpl_g_f_m : "simplified_gyro_filter_multiplier",
m_out_lim : "motor_output_limit",
thr_lim_t : "throttle_limit_type",
thr_lim_p : "throttle_limit_percent",
thr_bst : "throttle_boost",
thr_bst_cut : "throttle_boost_cutoff"
rc_smoothing : "rc_smoothing_mode",
},

frameTypes,
Expand Down

0 comments on commit 9f7818c

Please sign in to comment.