-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce orbit waypoint relative heading to target, fixes possibly fly…
…-away condition; Fix maximum horizontal speed for orbit waypoint (it used global default instead of wpt setting); Increase tolerance for orbit waypoint arrival detection (still not very reliable at higher orbit speeds); On wpt arrival, only freeze heading if it was relative (prevents unnecessary yawing in some cases). (cherry picked from commit ff9e02a)
- Loading branch information
Showing
3 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#define BUILDNUMBER 1897 | ||
#define BUILDNUMBER 1898 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters