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

Advanced tuning WP tracking accuracy change #2171

Merged
merged 3 commits into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1238,16 +1238,16 @@
"configurationGimbal": {
"message": "Serial Gimbal"
},
"configurationGimbalSensitivity": {
"configurationGimbalSensitivity": {
"message":"Gimbal sensitivity"
},
"configurationGimbalPanChannel": {
"configurationGimbalPanChannel": {
"message":"Pan channel (yaw)"
},
"configurationGimbalTiltChannel": {
"configurationGimbalTiltChannel": {
"message":"Tilt channel (pitch)"
},
"configurationGimbalRollChannel": {
"configurationGimbalRollChannel": {
"message":"Roll channel"
},
"configurationHeadtracker": {
Expand Down Expand Up @@ -3395,7 +3395,7 @@
"message": "Waypoint Tracking Accuracy"
},
"wpTrackingAccuracyHelp": {
"message": "How precise the craft tries to follow a waypoint track. Lower values means higher precision but can cause overshoots. 6 is a good starting point [0-10]."
"message": "Tracking deadband - how closely the craft follows a waypoint track in meters. Lower values track more closely but cause more control corrections. 2 is a good starting point [0-10]."
},
"wpTrackingAngle": {
"message": "Waypoint Tracking Angle"
Expand Down
Loading