d-ronin / dRonin

The dRonin flight controller software.
http://dronin.org
Other
289 stars 167 forks source link

OSD Menu: PID values are limited #194

Closed mluessi closed 8 years ago

mluessi commented 8 years ago

BrainFPV TL Bug: https://github.com/BrainFPV/TauLabs/issues/33

When the user uses PID values that are outside of the range supported by the OSD menu, the menu limits it to the range supported by the menu, which is not ideal. The menu should have a way to detect if the PID terms are outside of the range and increase the range automatically without changing the PID values.

tracernz commented 8 years ago

Perhaps we should think about making the data from the limits attribute available in the generated flight code. https://github.com/d-ronin/dRonin/blob/next/shared/uavobjectdefinition/stabilizationsettings.xml#L14

tracernz commented 8 years ago

Related to my post above: https://github.com/TauLabs/TauLabs/issues/888