mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
systemlib mixer: Add public method for multi_rotor saturation status
This commit is contained in:
committed by
Lorenz Meier
parent
eb67686b11
commit
8b55c8ec55
@@ -141,6 +141,13 @@ MixerGroup::set_trims(int16_t *values, unsigned n)
|
||||
return index;
|
||||
}
|
||||
|
||||
uint16_t
|
||||
MixerGroup::get_saturation_status()
|
||||
{
|
||||
Mixer *mixer = _first;
|
||||
return mixer->get_saturation_status();
|
||||
}
|
||||
|
||||
unsigned
|
||||
MixerGroup::count()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user