Skip to content
Snippets Groups Projects
Commit 118e5d96 authored by Jake Dahl's avatar Jake Dahl Committed by Lorenz Meier
Browse files

set feedforward to zero, was set inappropriately

parent b01849ce
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ PARAM_DEFINE_FLOAT(SENS_IMU_TEMP, 55.0f);
* @max 1.0
* @decimal 3
*/
PARAM_DEFINE_FLOAT(SENS_IMU_TEMP_FF, 0.5f);
PARAM_DEFINE_FLOAT(SENS_IMU_TEMP_FF, 0.0f);
/**
* IMU heater controller integrator gain value.
......
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