mavlink / mavlink

Marshalling / communication library for drones.
http://mavlink.io
Other
1.67k stars 1.89k forks source link

Modify MANUAL_CONTROL (69) message #63

Closed Susurrus closed 12 years ago

Susurrus commented 12 years ago

I propose the following changes:

So what this gives us is now button inputs along with a negligible loss of precision on the four control channels. As this message will probably be sent quite quickly, my changes also reduce the size of the packet from 21 to 8 to minimize the required bandwidth (at 8 bytes this message becomes transmittable at 50Hz on a 9600baud channel).

LorenzMeier commented 12 years ago

Merged as proposed.