Lua Script Test: Setting Horizontal Velocity During LAND Mode

: In Lua, properties act like variables. If a property has a "getter" but no "setter," you can read the current pitch but cannot change it directly via that specific variable.

: Some advanced users bypass the internal Lua limitations by injecting MAVLink messages directly. This can force a target attitude, though it risks fighting the internal Extended Kalman Filter (EKF) which might reject measurements it deems unstable.

: Once the landing logic initiates, the autopilot typically ignores horizontal and pitch velocity adjustments from scripts to maintain a vertical descent and stable touchdown. Workarounds for Scripting Pitch