-
-
Notifications
You must be signed in to change notification settings - Fork 156
Fix gps rescue throttle pid gains #572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix gps rescue throttle pid gains #572
Conversation
ea4507b to
82929a0
Compare
|
AUTOMERGE: (FAIL)
|
haslinghuis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove duplicate blocks (to remove the code duplication errors).
ba4cb6f to
245e7f4
Compare
McGiverGim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comments go in the same line than @haslinghuis. Try to group case elements, in this way is clear that various elements have exactly the same behaviour. For the rest the PR is ok.
363a643 to
eb1c7c9
Compare
|
Not sure if I addressed all the issues above, if not please let me know. Added another debug for betaflight/betaflight#11579, tested. |
I think my review has not been fixed, I don't see any change in the code about it. |
eb1c7c9 to
cfc6659
Compare
cfc6659 to
713e64c
Compare
McGiverGim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from my other review, Sonar is complaining about some things, I've marked the basic. The others, I think we can ignore them.
Add heading, velocity and tracking and fix rth
713e64c to
8fd2fd7
Compare
e291e23 to
5133443
Compare
McGiverGim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest one, please ;)
McGiverGim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think is ok now. A missing trailing space, but for the rest is ok to me. If you squash the commits, please remove the trailing space too ;)
js/graph_config.js
Outdated
| } | ||
| case 'GPS_RESCUE_HEADING': | ||
| switch (fieldName) { | ||
| case 'debug[0]': // Rescue yaw rate deg/s * 10 up to +/- 90 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sonar issue: trailing space at the end
|
SonarCloud Quality Gate failed.
|
|
Closing, replaced with #593 |








This PR is a simple one to:
It is intended to properly display the new GPS Rescue debug traces from 11579