Skip to content

Commit

Permalink
lib/mixer_module: remove unused param MOT_SLEW_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor-Misic committed Oct 7, 2024
1 parent fd04ece commit 9a9d6db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion src/lib/mixer_module/mixer_module.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ class MixingOutput : public ModuleParams

DEFINE_PARAMETERS(
(ParamInt<px4::params::MC_AIRMODE>) _param_mc_airmode, ///< multicopter air-mode
(ParamFloat<px4::params::MOT_SLEW_MAX>) _param_mot_slew_max,
(ParamFloat<px4::params::THR_MDL_FAC>) _param_thr_mdl_fac ///< thrust to motor control signal modelling factor
)
};
16 changes: 0 additions & 16 deletions src/lib/mixer_module/motor_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,6 @@
*
*/


/**
* Minimum motor rise time (slew rate limit).
*
* Minimum time allowed for the motor input signal to pass through
* a range of 1000 PWM units. A value x means that the motor signal
* can only go from 1000 to 2000 PWM in minimum x seconds.
*
* Zero means that slew rate limiting is disabled.
*
* @min 0.0
* @unit s/(1000*PWM)
* @group PWM Outputs
*/
PARAM_DEFINE_FLOAT(MOT_SLEW_MAX, 0.0f);

/**
* Thrust to motor control signal model parameter
*
Expand Down

0 comments on commit 9a9d6db

Please sign in to comment.