Oleg Kalachev 52819e403b Major rework of rc subsystem
Implement channels mapping calibration.
Store mapping in parameters.
Get rid of `controls` array and store control inputs in `controlRoll`, `controlPitch`, ... variables.
Move `channels` variable to rc.ino, channels are not involved when controled using mavlink.
'Neutral' values are renamed to 'zero' - more precise naming.
`controlsTime` is renamed to `controlTime`.
Use unsigned values for channels.
Make channel values in simulation more alike to real world: unsigned values in range [1000, 2000].
Send RC_CHANNELS_RAW instead of RC_CHANNELS_SCALED via mavlink
Don't send channels data via mavlink if rc is not used
2025-07-14 12:01:29 +03:00
..
2025-01-22 01:42:42 +03:00
2025-07-14 12:01:29 +03:00
2025-06-30 12:29:07 +03:00
2025-05-31 03:29:44 +03:00
2025-01-22 01:44:31 +03:00
2025-05-06 03:52:46 +03:00
2025-07-14 12:01:29 +03:00
2024-06-02 11:46:32 +03:00
2025-06-19 13:19:00 +03:00
2025-07-10 07:27:53 +03:00