Skip to content
Snippets Groups Projects
Commit eb30b5b7 authored by Beat Küng's avatar Beat Küng Committed by Dennis Mannhart
Browse files

mc_pos_control_params: remove unused MPC_MANTHR_MAX params

parent 39e0a392
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,6 @@ then
param set MC_YAW_P 3.0
param set MPC_THR_HOVER 0.7
param set MPC_MANTHR_MAX 1.0
param set MPC_THR_MAX 1.0
param set MPC_Z_P 1.5
param set MPC_Z_VEL_I 0.3
......
......@@ -100,20 +100,6 @@ PARAM_DEFINE_FLOAT(MPC_THR_MAX, 1.0f);
*/
PARAM_DEFINE_FLOAT(MPC_MANTHR_MIN, 0.08f);
/**
* Maximum manual thrust
*
* Limit max allowed thrust for Manual mode.
*
* @unit norm
* @min 0.0
* @max 1.0
* @decimal 2
* @increment 0.01
* @group Multicopter Position Control
*/
PARAM_DEFINE_FLOAT(MPC_MANTHR_MAX, 1.0f);
/**
* Proportional gain for vertical position error
*
......
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