mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 07:00:34 +08:00
37108870e1
in altitude control mode for fixed wings the roll setpoint was not logged because the position controller publishes the attitude setpoint but the desired roll setpoint is calculated in the attitude control module. Now the position controller calculates the roll setpoint as well for the sake of logging. Signed-off-by: tumbili <roman@px4.io>