-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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
Release: 4.5.0-beta3 #26493
Merged
Merged
Release: 4.5.0-beta3 #26493
Conversation
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
fixed RCProtocolTest on SITL and make it pass/fail with an exit code Co-authored-by: Andrew Tridgell <[email protected]>
Co-authored-by: Andy Piper <[email protected]> Co-authored-by: Andrew Tridgell <[email protected]>
… rather than timeouts Co-authored-by: Andrew Tridgell <[email protected]>
Signed-off-by: Rhys Mainwaring <[email protected]>
Signed-off-by: Rhys Mainwaring <[email protected]>
Signed-off-by: Rhys Mainwaring <[email protected]>
The slowdown calculations should apply only to the relative velocity, not the absolute one. Thus the target baseline velocity should be added afterwards. Naturally the absolute velocity limits should be applied afterwards.
Plane: Fix description for TECS_BCK_PIT_LIM Plane: Add diagnostics logging for VTOL upper pitch limit calc Plane: Rework "Prevent overloading quadplane wing during VTOL braking" Implement an independent speed scaler calculation. During VTOL modes the plane surface speed scaler does not follow a 1/IAS function at low airspeed.
…y out Co-authored-by: Peter Hall <[email protected]>
the cygwin build is not generating binaries failing with: undefined reference to `AP_Param::load_param_defaults(char const volatile*, int, bool) there is a 2nd problem that the CI test for cygwin doesn't fail when the build fails. That will be addressed separately
Signed-off-by: Ryan Friedman <[email protected]>
Signed-off-by: Ryan Friedman <[email protected]>
…k1-bdshot add support for removing ROMFS from hwdef
Also remove duplicate RC_IN serial protocol
this may make the test more reliable
tridge
force-pushed
the
pr-plane-4.5.0-beta3
branch
from
March 13, 2024 08:14
46ebf98
to
c914d62
Compare
tridge
force-pushed
the
pr-plane-4.5.0-beta3
branch
from
March 13, 2024 08:24
c914d62
to
f9ab57b
Compare
andyp1per
approved these changes
Mar 13, 2024
Not critical but it looks like you've left the Copter specific changes in the Plane release notes. No harm of course but FYI Besides the above comments it looks fine to me. Thanks! |
when we change EAHRS_SENSORS to remove use of IMU from an external AHRS we need to be able to zero the accel and gyro offsets to get prearms to pass
tridge
force-pushed
the
pr-plane-4.5.0-beta3
branch
from
March 13, 2024 19:52
f9ab57b
to
e583929
Compare
@rmackay9 thanks!
|
rmackay9
approved these changes
Mar 13, 2024
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.
Changes from 4.5.0-beta2