Skip to content
Snippets Groups Projects
Commit 0d170a0e authored by Daniel Agar's avatar Daniel Agar
Browse files

FlightTasks VelocitySmoothing initialize member

 - fixes Coverity CID 328485
parent 7eca2769
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ private:
float &accel_out, float &vel_out, float &pos_out);
/* Inputs */
float _vel_sp;
float _vel_sp{0.0f};
float _dt = 1.f;
/* Constraints */
......
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