Commit Graph

5 Commits

Author SHA1 Message Date
Peter Barker
b931baa8fd Blimp: remove vestiges of AHRS trim-from-rc-sticks functionality
This was definitely not working (no caller to auto_trim()), and has probably subtly broken in several other ways since it has not been autotested.

If this feature is wanted in the future then factoring Copter's support up into RC_Channel (and possible AP_Vehicle) is probably the way to do this.

we're moving towards using an RC aux switch for this functionality.

Blimp doesn't currently have suport for this functionality (lacking a call
2025-02-06 16:03:52 +11:00
Peter Barker
cd2c5a1697 Blimp: make SRV_Channels::cork non-static
for symmetry with the push function
2024-11-13 19:47:49 +11:00
Peter Barker
52e2a162c9 Blimp: create and use a singleton for SRV_Channels
avoid creation of static pointers to objects held within SRV_Channels
2024-11-13 19:47:49 +11:00
Michelle Rossouw
de0dcdd9e4 Blimp: Fix inverted throttle 2023-08-21 21:01:47 +10:00
Michelle Rossouw
b98bbcb678 Blimp: initial implementation of blimp vehicle type 2021-03-31 12:27:07 +11:00