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/Rover-4.5.0 issues list #26103

Open
51 of 79 tasks
rmackay9 opened this issue Jan 31, 2024 · 0 comments
Open
51 of 79 tasks

Copter/Rover-4.5.0 issues list #26103

rmackay9 opened this issue Jan 31, 2024 · 0 comments

Comments

@rmackay9
Copy link
Contributor

rmackay9 commented Jan 31, 2024

This is a list of issues discovered during Copter and Rover 4.5 testing. The issues list for Copter/Rover-4.4 is here.
Backport PRs.

Reports requiring investigation:

  • Kakute buzzer scream (issue)
  • Alexmos not working (Plane forum discussion)
  • Auto mode using rangefinder should trigger failsafe if user disables rangefinder (reported by Harris Aerial)
  • Custom build server of MatekH743 + flowhold (discussion)
  • DShot 600 jerky movement without being armed (discussion) -- configuration error (MOT_PWM_TYPE = 0 but SERVO_BLH_MASK non-zero) -- AndyP
  • Lua mount:set-angle-target binding doesn't work on Matek H743 mini V3 (discussion) -- Randy
  • CAM messages with Img field "0" appearing in logs without pictures being taken (reported by Randy) -- Randy

Confirmed issues:

  • EKF3 endless climb with EK3_OGN_HGT_MASK (PR)
  • LD06 proximity sensor buffer overflow (reported in Discord Rover channel, PR)
  • Rover watchdog on 4.5.1 (discussion)
  • RPLidarS1 erratic distances on Rover (discussion, possible fix, PR) -- Randy, Mirkix
  • SmartRTL flow of control error (pre-existing issue) -- Randy, PeterB
  • EKF Wind estimates not available when using GPS-for-yaw (issue)
  • APM_Config can't be used to include/exclude features (issue)

Enhancements or Issues that may not be resolved before the stable release:

Wiki issues/enhancement requests:

Mission planner issues/enhancement requests:

  • add DO_FENCE_ENABLE to Rover (and Copter?) mission command list (discussion)
  • fixup camera gimbal page (discussion)
  • Loiter turns radius incorrect (issue)

QGC issues/enhancement requests:

Resolved issues:

  • Ardupilot v4.5.1 Batt4 Percentage Issue #27017 (PR)
  • CubeOrange with Siyi A8 failing to boot 1 in 20 times (issue) -- fixed with Siyi firmware 0.3.7
  • Lua rangefinder broken (discussion, PR) -- resolved for 4.5.3-beta1
  • NoopLoop TOFSense-P noise (discussion) -- not 4.5.0, cannot reproduce (Rishabh)
  • Jump message missing from telementry? (discussion, issue, PR) -- PeterB -- resolved for 4.5.3-beta1
  • RC SBus input on Navio2 (discussion) -- QGC issue
  • Avoidance backup for Z-axis is unconstrained (PR) -- fixed for 4.5.3-beta1
  • Pixhawk 6C SBUS out not working with Tarot gimbal (discussion, issue1, PR, issue 2, PR) -- fixed in 4.5.2-beta1
  • Pixhawk6C mini compass disappearing in flight issue (4.4 issue, 4.5 discussion, PR) -- hardware issue, work around ready for 4.5.3-beta1
  • Neopixels broken (discussion, issue, PR-to-blame, PR with fix) -- fixed for 4.5.3-beta1
  • Stabilize mode Internal Error in Land Detector (discussion, issue, code, PR) -- fixed for 4.5.3-beta1
  • Copter-4.6 filter issue (discussion) -- not present in 4.5
  • 3 of 12 Pixhawk6X display IOMCU error (discussion) -- AndyP, CUAV -- wrong IOMCU bootloader installed on the board (at factor?)
  • Gremsy can't be used as 2nd mount (discussion) -- Randy can't reproduce, assumed ZIO issue, added warning to wiki
  • Throw mode reliability (discussion) -- motor desync probably
  • EKF loses attitude estimate if COMPASS_LEARN set to 3 (inflight) and GPS-for-yaw used (PR) -- Tridge / PaulR -- resolved for 4.5.2-beta1
  • Guide mode using thrust causes internal error (issue, PR) -- resolved for 4.5.2-beta1
  • MTF-01 Optical flow sensor not working (discussion) -- set config on sensor to different component id. -- resolved for 4.5.2-beta1
  • DAL bug affecting VisualOdometry delay (issue, PR) -- resolved for 4.5.2-beta1
  • Hereflow requires BRD_BOOTDELAY (discussion, PR) -- resolved for 4.5.2-beta1
  • RTL engaged below Home alt and using Terrain alt returning too high? (reported by Tridge and PeterB) -- RTL seems to be acting as expected. It was engaged at 121m above terrain and so that's the altitude it maintained until it returned home.
  • AP_Mount's default mode being overwritten by RC input (discussion, PR) -- resolved for 4.5.2-beta1
  • T265 not working (discussion, related PR) -- user was using same sysid/compid as autopilot
  • Developer issues integrating CAN RangeFinder (discussion1, discussion2, issue) -- worked at 1Mbps
  • GPS_TYPE parameter descriptions in MP using 4.4 (issue, PR) -- resolved for 4.5.2-beta1
  • Use MicroXRCEDDSGen Binaries instead of making users compile it from source #26811
  • Near Fly-away with 4.4.4 (EKF failsafe was disabled, discussion) -- no further communication, likely bad compass cal
  • KakuteH7 fails to initialise (discussion) -- also failed on 4.4.4 so Randy has concluded that it is a hardware issue
  • Siyi mount stalls occasionally and bouncing near pitch and yaw limits (discussion) -- Siyi firmware / hardware mismatch
  • do-condition-yaw bug (also in 4.4, PR) -- resolved for beta5 (assuming there is a beta5)
  • Copters turns North in Guided_NoGPS (issue, discussion, PR) -- fixed for beta5 (assuming there is a -beta5)
  • ViewPro not holding level during hard maneuvers (PR) -- resolved in beta4 (although no confirmation from user) -- fixed for beta5 (assuming there is a -beta5)
  • altitude jump when GPS/Non-GPS transitions switching altitude source of ExtNav to Baro (reported by Randy) -- should jump when moving from camera->baro, cannot reproduce otherwise.
  • MP's MAVFtp can't download SYS files (MP issue) -- SITL only issue
  • Logging removed on some boards? (issue, PR) -- needs backport?
  • Sending unknown message (issue, PR) -- resolved for -beta3
  • increasing k_format_version does not reset parameters (dev question, issue) -- cannot reproduce, responses stopped
  • MAV_CMD_DO_SEND_SCRIPT_MESSAGE not working? (discussion) -- only supported as Mission command
  • TKOFF_RPM_MIN working? (4.3.x discussion) -- fixed in 4.4
  • Record video while armed broken (PR) -- resolved for -beta3
  • Parachute conversion issue (issue, PR) -- resolved for beta2
  • Siyi running old camera fw message (discussion, original discussion, PR) -- resolved for beta2
  • Matek H743 watchdog (discussion) -- development environment issue
  • Stuck thread (discussion) -- exists in 4.4.4 as well, two devs say it's fine so concluded it is a hardware failure on the user's autopilot.
  • AutoTune crash -- ESC de-sync (discussion)
  • Here4 does not support GPS-for-yaw (aka Moving baseline) (discussion)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants