Files
PX4-Autopilot/src/lib
Balduin b529c4802c refactor(control_allocator): simplify motor direction classification & handling
Functional change: The directions are now handled uniformly, and motors
pointing along a given axis _in both directions_ are classified as
pointing along that axis. The names are changed accordingly:
 - longitudinal = forward and backward
 - lateral = left and right
 - vertical = up and down

Cosmetic / maintainability changes:
 - rather than repeating the function for each direction, the same code
   now handles all directions
 - the bitmasks are now in a struct, so we can pass them around together,
   avoiding the need for every single effectivenss class to manually set
   the three masks.
 - reorder in some places to always match x-y-z
2026-03-10 15:08:07 +01:00
..
2024-11-15 12:01:06 -05:00
2024-12-03 13:03:54 +01:00
2025-05-23 11:30:55 +02:00
2026-02-12 14:53:26 +13:00