mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 13:27:34 +08:00
matrix: update submodule (improves matrix inversion)
This commit is contained in:
@@ -54,7 +54,7 @@ void
|
||||
ControlAllocationPseudoInverse::updatePseudoInverse()
|
||||
{
|
||||
if (_mix_update_needed) {
|
||||
_mix = matrix::geninv(_effectiveness);
|
||||
matrix::geninv(_effectiveness, _mix);
|
||||
_mix_update_needed = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user