-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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, Plane, Rover, Tracker: 4.5.6-beta1 release #27868
Merged
Merged
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
* If you don't wrap the heading, you can get a flyaway Signed-off-by: Ryan Friedman <[email protected]>
* Rename NMEA heading to ground_course_deg * Rename heading() utility to ground course (it was wrong) * Add _rad prefix to be pedantic about units * Add missing degrees conversion in NMEA because NMEA is not SI Signed-off-by: Ryan Friedman <[email protected]>
Co-authored-by: Alexis Guijarro <[email protected]> Co-authored-by: Andy Piper <[email protected]>
we're missing the non-zero-valgrind-logs-means-failure check somehow
Fix ArduPilot#25840 The overcurrent detection of the HIPOWER current limiting chip is connected to PC11 on the Pixhawk 6C.
this sensor doesn't like reading at higher than expected rate
Incoming strings are 32 bytes and may not be null-terminated if the full width is used
Fixes INSn_ACCSCAL_Z not being stored in persistent storage when bootloader is flashed.
…gistered If the Gyro/Accel ID is already in the registered list, do not try to add it again. This stops an issue seen on a CubeOrangePlus BG3 where, during the very first boot after a parameter wipe, software incorrectly registers a fourth IMU. The Fourth IMU is registered because the AUX IMU is the same DevID as the third ICM45686.
d03867c
to
306ef8a
Compare
This was referenced Aug 19, 2024
Closed
306ef8a
to
9fdb8e3
Compare
# Conflicts: # Tools/AP_Bootloader/board_types.txt
eeef90c
to
2b40b65
Compare
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.
This is the Copter, Rover and Plane 4.5.6-beta1 release
The list of PRs included can be found in the "4.5.6-beta1" column of the 4.5 project
There were a number of PRs that could not be merged due to conflicts. These can be seen in the "merge conflict" column of the above linked project.
All feedback is greatly appreciated!