Mustafa Gökçe
Mustafa Gökçe
I was working something like this but did not get much attention: https://github.com/ArduPilot/ardupilot/pull/20173
> Autotests would be nice so we don't kill this in the future. @peterbarker, I added an autotest to test this with relative, global, and terrain alt. Do you want...
I fixed watch altitude maintained part of autotest procedure, FYI @peterbarker
The compile flags below does not play nice with my build env, so I commented them out: ``` # add_compiler_flags(4.6 "-g3") # add_compiler_flags(10 "-g3") # add_compiler_flags(4.6 "-fstack-protector-strong") # add_compiler_flags(4.6 "-Wl,-z,defs")...