Browse Source
limit.throttle_lower flag becomes true when the throttle passed into the motors lib (which is in the 0 ~ 1000 range) is below _min throttle. This makes the interpretation of the THR_MIN parameter consistent between the main code (which uses 0 ~ 1000 range) and the motors lib (which previously used the RC3_MIN ~ RC3_MAX range). The remaining problem however is that the output of the motors continues to use THR_MIN as if it were a pwm. I don't believe this is a dangerous problem however.mission-4.1.18
1 changed files with 9 additions and 5 deletions
Loading…
Reference in new issue