Skip to content
Snippets Groups Projects
Commit feefbb44 authored by bresch's avatar bresch Committed by Matthias Grob
Browse files

ManualSmoothVel - Remove unused _param_mpc_jerk_min declaration

parent 4b2d01de
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,6 @@ protected:
virtual void _updateSetpoints() override;
DEFINE_PARAMETERS_CUSTOM_PARENT(FlightTaskManualPosition,
(ParamFloat<px4::params::MPC_JERK_MIN>) _param_mpc_jerk_min, /**< Minimum jerk (velocity-based if > 0) */
(ParamFloat<px4::params::MPC_JERK_MAX>) _param_mpc_jerk_max,
(ParamFloat<px4::params::MPC_ACC_UP_MAX>) _param_mpc_acc_up_max,
(ParamFloat<px4::params::MPC_ACC_DOWN_MAX>) _param_mpc_acc_down_max
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment