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

AR_WPNav: Issue with WP_SPEED_MIN unintentionally being applied in reverse #14840

Closed
jimovonz opened this issue Jul 17, 2020 · 3 comments
Closed

Comments

@jimovonz
Copy link
Contributor

Bug report

Rover can randomly go into reverse indefinitely during an AUTO mission when WP_SPEED_MIN is set.

Also reported here: https://discuss.ardupilot.org/t/rover-randomly-backs-up-during-mission/59132/2

Pull request to fix the issue:
#14839

Version
master

Platform
[ ] All
[ ] AntennaTracker
[ ] Copter
[ ] Plane
[ X ] Rover
[ ] Submarine

@rmackay9
Copy link
Contributor

rmackay9 commented Dec 7, 2020

I've reproduced the issue after applying PR #15951. The steps are:

  • create a simple mission with 1 ahead of the vehicle
  • param set WP_SPEED_MIN 0.5
  • arm
  • acro
  • rc 3 1000 (to cause the vehicle to reverse in acro mode)
  • auto

The vehicle will not progress towards the waypoint but will instead keep reversing at the WP_SPEED_MIN parameter value

@rmackay9
Copy link
Contributor

rmackay9 commented Dec 7, 2020

I've got a fix for this now included in PR #15951

@rmackay9
Copy link
Contributor

rmackay9 commented Dec 8, 2020

This is resolved in master now so closing, thanks!

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