mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Until now only suppoted on yaw axis. Not to be supported also on Roll and Pitch. - VT_FW_DIFTHR_EN: make bitmask for all three axes independently. First bit is Yaw, sucht that existing meaning of VT_FW_DIFTHR_EN doesn't change. - VT_FW_DIFTHR_SC: rename to VT_FW_DIFTHR_S_Y and add same params for roll (_R) and pitch (_P). Signed-off-by: Silvan Fuhrer <silvan@auterion.com>