mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-19 02:10:36 +08:00
fw att ctrl: log the yaw rate command controlled by the wheel
This commit is contained in:
committed by
Daniel Agar
parent
4d3f05479d
commit
fcee314646
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user