vehicle_attitude_setpoint: get rid of unused q_d_valid flag

This commit is contained in:
Matthias Grob
2020-02-26 22:13:54 +01:00
parent b53bd2b77f
commit f90d3671c0
13 changed files with 2 additions and 30 deletions
@@ -1559,7 +1559,6 @@ FixedwingPositionControl::Run()
Quatf q(Eulerf(_att_sp.roll_body, _att_sp.pitch_body, _att_sp.yaw_body));
q.copyTo(_att_sp.q_d);
_att_sp.q_d_valid = true;
if (_control_mode.flag_control_offboard_enabled ||
_control_mode.flag_control_position_enabled ||