-
Notifications
You must be signed in to change notification settings - Fork 20.9k
ArduPilot: 4.7.0-beta6 release #33296
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
Changes from all commits
da2547f
b197daf
c869eb1
d7ad6ed
3ef2075
63ce7f5
a9c7991
57cab46
1c2811a
968151b
d03333c
b680047
ab72a79
e289039
9a832a7
566d94d
1291861
08cc068
7bfe724
a7900d7
5aee4fd
e558d92
5fb6c5b
db38af3
2a98b5a
377e165
135047c
920a350
d355530
553de74
ca9afe7
23c56f9
92f52d1
670effb
e85de8f
e547e2b
147f9dc
f8decdb
be44797
bbdf8f0
e72f5b1
f007532
fdf1276
08799fd
788292c
a917d9d
3461b29
d30604d
b915bfd
bf4334a
0cf32c8
5a446d1
3e066f1
14bd80d
e3a0e92
2ceb594
e742477
f198266
0feec12
208e105
8964cee
3e7bae9
6fcea14
74d2a45
abe371f
a3f34f3
4948569
572e5b6
c049e77
5f81acd
6730f4f
45a046e
35386f1
0ee2fe8
d6a0294
a846b7a
f291dce
217c52b
5a52001
489265d
9f47a6d
87fc049
720b7e1
e2abea5
877441d
b0764b2
81a7330
9ef2b34
48adf8a
ce2b04b
9bf16aa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,50 @@ | ||
| ArduPilot Copter Release Notes: | ||
| ------------------------------------------------------------------ | ||
| Release 4.7.0-beta6 01-June-2026 | ||
|
|
||
| Changes from 4.7.0-beta5 | ||
|
|
||
| 1) Board specific changes | ||
|
|
||
| - MambaF405v2 SBUS pin polarity fixed (@andyp1per, PR:33203) | ||
| - PilotGaeaSV7V1 board added (@PilotGaea2001, PR:32416) | ||
| - SkyDroid-S3 board added (@UAVcihang, PR:32920) | ||
| - ZeroOneX6v2 supports SPA06 and MBP581 barometers (@ZeroOne-Aero, PR:33237) | ||
|
|
||
| 2) Driver changes | ||
|
|
||
| - AP_Compass: LIS2MDL recent duplicate driver is removed (@dakejahl, PR:33140) | ||
| - Filter: Harmonic Notch Filters fixed to prevent runtime error (@peterbarker, PR:33230) | ||
| - KellerLD barometer has better corruption rejection (@vshie, PR:32889) | ||
| - Lightware GRF250 I2C driver added (@rishabsingh3003, PR:32923) | ||
| - RC_Channel: Channel overrides fixed to not apply on restricted channels (@peterbarker, PR:33275) | ||
|
|
||
| 3) Library changes | ||
|
|
||
| - AP_CANManager: Removed unused logging interface (@tpwrules, PR:33031) | ||
| - AP_Filesystem: FTP-related hardfault is fixed (@peterbarker, PR:33156) | ||
| - AP_Follow: Vertical target estimate has minor fixes (@lthall, PR:33109) | ||
| - AP_Follow: bugfixes related to the motion of the target (@lthall, PR:33038) | ||
| - AP_OpenDroneID: UAS ID available length is fixed (@cuav-chen2, PR:33224) | ||
| - Filter: Harmonic notch logging fix to avoid over reading array (@peterbarker, PR:33232) | ||
| - ardupilotwaf: gcc-14+ compiler warnings are suppressed (@yuri-rage, PR:33138) | ||
|
|
||
| 4) Plane specific changes | ||
|
|
||
| - Spoolup events are better reported with less false-positive errors (@lthall, PR:32955) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess this one (32955) is, "Copter, Plane, Sub, AP_Motors: spoolup reporting enhancements"? This isn't really Plane specific, it's more for Copter really. and I'd probably call it, "Spurious takeoff blocked warnings fixed"
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I meant to duplicate it for Copter and Sub, but apparently I forgot. Thanks for catching it!
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, ok, we don't normally list the same change multiple times in the release notes. Better to just put them in the vehicle that's most affected and say (also affects VTOL, Sub) or put it in a shared category some how. Sometimes we have a bug fix section which might work |
||
|
|
||
| 5) Copter specific changes | ||
|
|
||
| - Terrain failsafe will be triggered when a mission terrain altitude cannot be retrieved (@rmackay9, PR:32943) | ||
| - Pilot yaw is correctly ignored during RTL (@rmackay9, PR:33169) | ||
| - Spoolup events are better reported with less false-positive errors (@lthall, PR:32955) | ||
|
|
||
| 6) Sub related changes | ||
|
|
||
| - MOT_FV_CPLNG_K has better documentation (@ES-Alexander, PR:33076) | ||
| - Very early prearm check will not cause initializatin bug (@CSmith1539, PR:33217) | ||
| - Spoolup events are better reported with less false-positive errors (@lthall, PR:32955) | ||
|
|
||
| ------------------------------------------------------------------ | ||
| Release 4.7.0-beta5 15-May-2026 | ||
|
|
||
|
|
@@ -11,7 +57,7 @@ Changes from 4.7.0-beta4 | |
| 2) Library changes | ||
|
|
||
| - AP_Logger: Named Value Float dataflash logging drops fixed (@tridge, PR:32975) | ||
| - AP_Logger: LOG_MAV_RATEMAX default changed to 10 (@tridge, PR:33013) | ||
| - AP_Logger: LOG_MAV_RATEMAX default changed to 10 (@tridge, PR:33030) | ||
| - AP_Logger: logging over MAVLink speed significantly improved (@tridge, PR:33020) | ||
| - AP_NavEKF3: barometer offset logging added (@rmackay, PR:32931) | ||
| - AP_NavEKF3: bugfix to prevent covariance state corruption (@tpwrules, PR:32177) | ||
|
|
||
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.
It's fine to have this in but I'd probably leave the compiler change out
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.
IIUC the gcc issue was causing compilation failures in MacOS, so it's user-facing. Unless I read the description wrongly.
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 guess it depends how we define "users" but I think they're people who just install and fly. I'd call people who compile the code "community devs".