Skip to content

Commit

Permalink
ManualSmoothVel - Remove unused _param_mpc_jerk_min declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bresch authored and MaEtUgR committed May 17, 2019
1 parent 4b2d01d commit feefbb4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class FlightTaskManualPositionSmoothVel : public FlightTaskManualPosition
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
Expand Down

0 comments on commit feefbb4

Please sign in to comment.