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

FlightTasks ManualPositionSmoothVel initialize member

 - fixes Coverity CID 332544
parent 703e28f7
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ private:
bool _position_lock_xy_active{false};
bool _position_lock_z_active{false};
matrix::Vector2f _position_setpoint_xy_locked;
float _position_setpoint_z_locked;
float _position_setpoint_z_locked{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