-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
Copter: 4.1.0 issues list #16478
Comments
I think we should also bring scripting up to date with master. Mostly just bindings and one or two helpers. |
@IamPete1, 4.1 will branch from master so it will have everything in master. |
I vote for GPS ordering bugfix and AC_fence support PRs |
@amilcarlucas, @andyp1per, I've added two PRs mentioned to a new "before stable release" section. We can expect the beta period will be up to 3 months (depending upon how quickly we investigate and resolve issues) and we often rebase on master for the first few release candidates so I think there is time to get these into the stable release even if they don't make it into the first beta release. @amilcarlucas I wasn't sure what the AC_Fence PRs are but in any case, if we can get them into master then they'll go out with 4.1. |
The AC_Fence stuff is #15288 |
I think also #16842 should go in. |
@rmackay9 the Fence has been merged now. 4.1 will have low altitude fences, and ArduPlane Fences will work in QGC. |
Hi @rmackay9 I see that the S-Curve "climb-away" has been marked as resolved, but I was curious if there was a discussion somewhere that detailed what the fix/finding was? Thank you! |
Hi @JoshWelsh, the issue was a rally point had been setup with an altitude of 90m so because that point was closer than home the copter started climbing to get to that alt (or maybe 15m above that alt). I reproduced the behaviour both with 4.0 and 4.1 and it's unchanged. Climbing to 90+ meters is scary if you're not expecting it but the copter would have been OK and would have gotten to the rally point safely. |
On Wed, 14 Apr 2021, Josh wrote:
Hi @rmackay9 I see that the S-Curve "climb-away" has been marked as resolved, but I was curious if there was a discussion somewhere that detailed what the fix/finding was? Thank you!
User (me) error :-)
|
Great thanks Randy! Great to hear it was an easy find!
You should see the stuff I've done! Glad you got the copter back. |
-[ ] new bootloader fails on trad heli firmware |
MOT_PWM_MIN/MAX not being set to 1000/2000 when MOT_PWM_TYPE is set to a DShot type, but SERVO_BLH_* parameters not setup. Looks like a regression from 4.0 is now fixed |
Extant Dshot issues:
|
|
@andyp1per, txs for this. Maybe keep a single list in your comments from 22 days ago (a few comments higher in this issue..) |
#18190 to address the lean angle limit for auto. |
@pompecukor @IamPete1 @pkocmoud, I've marked the "mRo Pixracer Pro gyro & accel health failures" issue as resolved above because in a quick test by Tridge we couldn't reproduce the issue. This is a very old issue from early on in the beta and I haven't heard anything about it since so I suspect it was a one-off problem with just one user's autopilot or we've resolved the issue as part of other fixes in subsequent beta releases. Of course I'm very happy to re-open the issue if anyone can reproduce it with a newer beta. |
I checked off one that i fixed via, #19263 "AP_Periph HAL battery monitor default for Matek board (discussion, discussion2)" |
This is a list of known issues especially blockers for the 4.1.0 copter release. (also see Rover-4.1, Plane-4.1, Wiki-4.1, 4.2 issues)
Issues to be resolved asap:
Nice to have for stable release:
Existing 4.0 issues:
Reports requiring investigation:
SCurve known issues:
Unresolved issues that will not be resolved in time for 4.1.0
Resolved issues that will be included in future releases (but not 4.1.0)
Resolved issues:
./Tools/autotest/autotest.py --gdb --debug build.Copter test.Copter.OpticalFlow --force-ahrs-type=2
(PR) -- resolved for beta8SCurve resolved issues:
The text was updated successfully, but these errors were encountered: