ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.98k stars 17.51k forks source link

Copter/Rover-4.4.0 issues list #23192

Open rmackay9 opened 1 year ago

rmackay9 commented 1 year ago

This is a list of issues discovered during Copter and Rover 4.4 testing. The older 4.3 issues list can be found here.

Reports requiring investigation:

Confirmed issues:

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

Resolved issues:

oraziotorre commented 1 year ago

Regarding "RTL_SPEED does not work if WPNAV_SPEED adjusted (reported by lthall)", I have noticed that when starting a WP mission and subsequently switching to the RTL mode, the RTL_SPEED parameter is no longer considered and the WPNAV_SPEED parameter is used instead. Is this intentional? Can I open a pull request to improve this issue?

rmackay9 commented 1 year ago

@oraziotorre, normally when the vehicle switches into RTL it should use the RTL_SPEED parameter unless it is zero in which case it should fall back to WPNAV_SPEED. It that's not what it's doing then it sounds like a problem. I've added a link above to the PR that we think will resolve the problem although it comes at the cost of not allowing users to change the vehicle's speed in-flight by changing the WPNAV_SPEED parameters... instead they must use the do-change-speed command.