Files
PX4-Autopilot/Tools
Beat Küng 5dff065ec5 uavcan: move to work queue and use MixingOutput
Main UAVCAN protocol handling and ESC updates run on the same thread/wq as
before. There are 2 WorkItems for separate scheduling of the 2, so that
ESC updates run in sync with actuator_control updates. UAVCAN is scheduled
at a fixed rate of 3ms (previously the poll timeout) and on each UAVCAN
bus event.
This leads to roughly the same behavior as before. CPU & RAM usage are
pretty much the same (tested on Pixhawk 4).

Testing done: Motors still work (with feedback), param changes and a
UAVCAN optical flow sensor.
2019-11-07 10:40:03 +01:00
..
2015-07-02 22:29:19 +02:00
2015-03-14 21:12:24 +11:00
2016-01-11 08:37:43 +01:00
2015-10-24 20:34:33 +02:00
2017-07-10 18:48:27 +02:00
2019-07-16 08:09:22 +02:00