opened 12:01AM - 14 Nov 24 UTC
DevCallTopic
ReleaseAdmin
This is a list of issues discovered during ArduPilot 4.6 testing. Issues for [C…opter/Rover-4.5 issues are here](https://github.com/ArduPilot/ardupilot/issues/26103)
**Reports requiring investigation**
- [ ] ESC Telemetry logging issue ([issue](https://github.com/ArduPilot/ardupilot/issues/28807))
- [ ] Takeoff throttle behavior for planes without airspeed sensor changed ([issue](https://github.com/ArduPilot/ardupilot/issues/28775), [PR](https://github.com/ArduPilot/ardupilot/pull/28776))
- [ ] when the user has configured ESC, FFT or RPM notch and has INS_HNTCx_REF=0 then they end up with a fixed notch. We should have an arming check to tell them they need to set the REF to 1.0 (any non-zero value will do actually) https://github.com/ArduPilot/ardupilot/issues/28786
**Confirmed issues**
- [ ] on ICM45686 IMUs the SPI transfer overheads can be overwhelming on some boards, especially those with 3 of that sensor. Some PRs to address: https://github.com/ArduPilot/ardupilot/pull/28672 and https://github.com/ArduPilot/ardupilot/pull/27573
***Plane Specific Issues***
- [ ] Plane takeoff not completing under TKOFF_OPTIONS[0]=0 #28685 ([PR](https://github.com/ArduPilot/ardupilot/pull/28707))
- [ ] plane takeoff regression since 4.5.x: https://github.com/ArduPilot/ardupilot/issues/28681
- [ ] on plane when FENCE_AUTOENABLE=3 and FENCE_ENABLE=0 the fence does not enable when arming if there is a RCn_OPTION set to FENCE. This is a regression from 4.5.x. (Tridge has details) Fix: https://github.com/ArduPilot/ardupilot/pull/28729
- [ ] on plane the pre-arm check for being inside polygon fence was lost since 4.5.x. Fix: https://github.com/ArduPilot/ardupilot/pull/28729
**Enhancements or Issues that may not be resolved before the stable release**
- [ ] add a warning if the GCS system clock and UTC clock on the flight controller differs by over 20s and signing is active, as signing will fail with a 30s difference
- [ ] Custom Build Server for CubeOrangePlus with OpenDroneID shows linker error when out of flash ([discussion1](https://discuss.ardupilot.org/t/copter-4-6-0-beta1-is-available-for-beta-testing/126295/4), [discussion2](https://discuss.ardupilot.org/t/copter-custom-firmware-build-issue-with-remote-id-support-latest-not-4-5-7/125177), Issue)
- [ ] Add LDRobot LD19 support ([discussion](https://discuss.ardupilot.org/t/copter-4-6-0-beta1-is-available-for-beta-testing/126295/8), [issue](https://github.com/ArduPilot/ardupilot/issues/28662))
- [ ] need to provide a clearer message to users when the power status flags change, indicating loss of a power source in flight. A statustext at message level CRITICAL I think is warranted, maybe "POWER STATUS CHANGE" ? (Tridge has details)
**Wiki issues/enhancement requests ([Wiki To-Do list](https://github.com/ArduPilot/ardupilot_wiki/issues/4274))**
- None
**Resolved issues**
- [x] Navio2 GPS not working ([discussion](https://discuss.ardupilot.org/t/rover-4-6-0-beta1-is-available-for-beta-testing/126296/4), [conflicting report that it does work](https://discuss.ardupilot.org/t/copter-4-6-0-beta1-is-available-for-beta-testing/126295/9)) -- fixed by refreshing/resetting firmware
- [x] arming at mid-stick question ([discuss](https://discuss.ardupilot.org/t/arming-with-throttle-at-mid-stick/127203)) -- no issue
- [x] Crossfire receiver does not reconnect after failsafe ([issue](https://github.com/ArduPilot/ardupilot/issues/28797), [PR](https://github.com/ArduPilot/ardupilot/pull/28805)) -- resolved for -beta2
- [x] Copter AutoTune can produce very low maximum acceleration values ([issue](https://github.com/ArduPilot/ardupilot/issues/28799), [PR](https://github.com/ArduPilot/ardupilot/pull/28800)) -- resolved for -beta2
- [x] memory fragmentation and multiple memory regions mean lua scripting can fail with out of memory error even if you have plenty of free memory. Addressed in https://github.com/ArduPilot/ardupilot/pull/26517
- [x] system time may be unstable when using only first GPS timestamp, consider https://github.com/ArduPilot/ardupilot/pull/24022 or similar fix (Tridge has details)
- [x] Plane fences ignored ([issue](https://github.com/ArduPilot/ardupilot/issues/28666)) -- cannot reproduce