Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
095964c5
Unverified
Commit
095964c5
authored
Sep 03, 2018
by
Gus Grubba
Committed by
GitHub
Sep 03, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6844 from mavlink/localizationUpdate
Updating localization strings
parents
1457b6ed
e88dcfac
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3265 additions
and
2109 deletions
+3265
-2109
gen_translation_source.sh
localization/gen_translation_source.sh
+1
-1
qgc.ts
localization/qgc.ts
+3260
-2104
Vehicle.cc
src/Vehicle/Vehicle.cc
+2
-2
Vehicle.h
src/Vehicle/Vehicle.h
+2
-2
No files found.
localization/gen_translation_source.sh
View file @
095964c5
#!/bin/bash
# This is set to find lupdate in my particular installation. You will need to set the path
# where you have Qt installed.
QT_PATH
=
~/Applications/Qt/5.
9.1
/clang_64/bin
QT_PATH
=
~/Applications/Qt/5.
11.0
/clang_64/bin
$QT_PATH
/lupdate ../src
-ts
qgc.ts
localization/qgc.ts
View file @
095964c5
This diff is collapsed.
Click to expand it.
src/Vehicle/Vehicle.cc
View file @
095964c5
...
...
@@ -846,8 +846,8 @@ void Vehicle::_handleEstimatorStatus(mavlink_message_t& message)
float pos_horiz_accuracy; /*< Horizontal position 1-STD accuracy relative to the EKF local origin (m)*/
float pos_vert_accuracy; /*< Vertical position 1-STD accuracy relative to the EKF local origin (m)*/
uint16_t flags; /*< Integer bitmask indicating which EKF outputs are valid. See definition for ESTIMATOR_STATUS_FLAGS.*/
}
)
mavlink_estimator_status_t;
} mavlink_estimator_status_t;
};
#endif
}
...
...
src/Vehicle/Vehicle.h
View file @
095964c5
...
...
@@ -474,8 +474,8 @@ private:
float pos_horiz_accuracy; /*< Horizontal position 1-STD accuracy relative to the EKF local origin (m)*/
float pos_vert_accuracy; /*< Vertical position 1-STD accuracy relative to the EKF local origin (m)*/
uint16_t flags; /*< Integer bitmask indicating which EKF outputs are valid. See definition for ESTIMATOR_STATUS_FLAGS.*/
}
)
mavlink_estimator_status_t;
} mavlink_estimator_status_t;
};
#endif
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment