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

FlightTasks AutoLineSmoothVel initialize member

 - fixes Coverity CID 328492
parent b2739d94
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,6 @@ protected:
void _prepareSetpoints(); /**< Generate velocity target points for the trajectory generator. */
void _generateTrajectory();
VelocitySmoothing _trajectory[3]; ///< Trajectories in x, y and z directions
float _yaw_sp_prev;
float _yaw_sp_prev{NAN};
uint8_t _reset_counter{0}; /**< counter for estimator resets in xy-direction */
};
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