Skip to content

Commit

Permalink
Mission item: CONDITION_YAW -use shortest direction by default
Browse files Browse the repository at this point in the history
This defaults to the most obvious way to turn (shortest direction) from
commit Mission item: CONDITION_YAW - added shortest direction.
This behaviour when changing directions is what users are familiar with
from any simple mission flight (that RPAS turns the shortest way toward
the target)
  • Loading branch information
AndKe authored and julianoes committed Apr 11, 2024
1 parent aef790b commit 3335f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MissionManager/MavCmdInfoCommon.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
"label": "Direction",
"enumStrings": "Clockwise,Shortest,Counter-Clockwise",
"enumValues": "1,0,-1",
"default": 1
"default": 0
},
"param4": {
"label": "Offset",
Expand Down

0 comments on commit 3335f78

Please sign in to comment.