Skip to content
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 52 commits into from
Aug 21, 2024

Conversation

rmackay9
Copy link
Contributor

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!

andyp1per and others added 21 commits August 19, 2024 09:20
* 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]>
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.
@rmackay9 rmackay9 requested review from tridge and andyp1per August 19, 2024 01:42
@rmackay9 rmackay9 changed the title Copter, Plane, Rover: 4.5.6-beta1 release Copter, Plane, Rover, Tracker: 4.5.6-beta1 release Aug 19, 2024
@tridge tridge merged commit 9e70200 into ArduPilot:Copter-4.5 Aug 21, 2024
91 of 92 checks passed
@rmackay9 rmackay9 deleted the copter-456-beta1 branch August 21, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.