Draft
Conversation
…imizerstate into functions.
…ht/rosplane into 10-autotune-for-rosplane
…th current point not being a numpy array.
… acccount for working with jacobian, at bracketing with bugfixing.
…ther options we want to change based on the gains, we can add them there as well.
Member
Author
|
I also don't know if I'm going to have time to finish this. The approach we were using before of a gradient based optimization is a flawed approach I think, as it requires too many step iterations to converge. A system identification type method would be better. However, much of the work we did here was simply creating the functionality we needed to have the autopilot perform an automated sequence to measure the system response. That portion of this work would probably still be useful for a system identification type approach. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An autotuner for ROSplane would make it much easier for people to use, so this is a gradient-based optimization approach for an autotuner.