-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Control/AUV/Attitude: Improve altitude controller.
The following changes were made to the altitude controller: - Add a dedicated PID loop, so that the PID gains for altitude control can be different from the PID gains for depth control; - Add reference derivative estimation during altitude control. The depth value corresponding to the altitude reference is smoothed using a FIR filter so that good derivative estimates are obtained. - Add pitch reference derivative estimation. (This also affects depth control.)
- Loading branch information
Showing
2 changed files
with
100 additions
and
13 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