forked from cleanflight/cleanflight
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamic YAW output + motor acceleration correction
Yaw PID output bypasses the servo mixer and is passed directly to tricopter mixer. New CLI params: tri_motor_acceleration (float) - Time in seconds it takes for motor to accelerate from min_throttle to max_throttle. tri_dynamic_yaw_maxthrottle - Dynamic yaw gain (0-500%) when motor is at max_throttle tri_dynamic_yaw_minthrottle - Dynamic yaw gain (0-500%) when motor is at in_throttle The gains in between are linearly interpolated. tri_motor_acc_yaw_correction - The correction that is applied as expected yaw DPS error when motor is decelerating or accelerating. More detailed description will follow in release notes.
- Loading branch information
Showing
11 changed files
with
295 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.