Files
PX4-Autopilot/src/modules
Matthias Grob d2ead02fb5 mc_att_control: catch numerical corner cases
- Delete left over identity matrix.

- Corner case with a zero element when using the signum function:
We always need a sign also for zero.

- Corner case with arbitrary yaw but and 180 degree roll or pitch:
Reduced attitude control calculation always rotates around roll
because there's no right choice when neglecting yaw. In that small
corner case it's better to just use full attitude contol and hence
rotate around the most efficient roll/pitch combination.
2018-03-15 17:16:14 +01:00
..
2018-01-07 20:44:52 +01:00
2018-01-05 14:21:31 -05:00
2017-12-31 16:36:34 +01:00
2017-09-16 21:29:52 +01:00