fw att ctrl: log the yaw rate command controlled by the wheel

This commit is contained in:
Thomas Stastny
2022-05-06 08:47:58 +02:00
committed by Daniel Agar
parent 4d3f05479d
commit fcee314646
2 changed files with 8 additions and 3 deletions
@@ -599,6 +599,7 @@ void FixedwingAttitudeControl::Run()
_rates_sp.roll = _roll_ctrl.get_desired_bodyrate();
_rates_sp.pitch = _pitch_ctrl.get_desired_bodyrate();
_rates_sp.yaw = _yaw_ctrl.get_desired_bodyrate();
_rates_sp.yaw_via_wheel = _wheel_ctrl.get_desired_rate();
_rates_sp.timestamp = hrt_absolute_time();