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

added magnetometer models #2056

Merged
merged 13 commits into from
May 9, 2024
Merged
18 changes: 11 additions & 7 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2091,7 +2091,7 @@
"message": "Alignment tool"
},
"magnetometerHelp": {
"message": "1. Adjust Flight Controller orientation to match physical orientation on the aircraft <u>according to \"direction\" arrow on Flight Controller</u>.<br/>2. Adjust magnetometer orientation to match physical orientation on the aircraft <u>according to \"compass direction\" arrow or axis markings on magnetometer</u>.<br/><strong>Note:</strong> Magnetometer orientation preset (align_mag) is relative to FC. Make sure to align FC first (align_board_pitch, align_board_roll, align_board_yaw).<br/>If preset is not used (orientation is set using align_mag_roll, align_mag_pitch and align_mag_yaw), then magnetometer orientation is independent."
"message": "1. Adjust Flight Controller orientation to match physical orientation on the aircraft <u>according to \"direction\" arrow on the Flight Controller</u>.<br/>2. Adjust magnetometer model, or magnetometer chip, or magnetometer axes orientation to match physical orientation on the aircraft.<br/><strong>Note:</strong> Magnetometer orientation preset (align_mag) is relative to FC. Make sure to align FC first (align_board_pitch, align_board_roll, align_board_yaw).<br/>If preset is not used (orientation is set using align_mag_roll, align_mag_pitch and align_mag_yaw), then magnetometer orientation is independent."
},
"magnetometerOrientationPreset": {
"message": "Orientation preset (align_mag). Relative to FC orientation"
Expand All @@ -2103,19 +2103,23 @@
"message": "2. Select a preset (align_mag) or create a custom configuration using the sliders<br>(align_mag_roll, align_mag_pitch, align_mag_yaw)"
},
"magnetometerElementToShow": {
"message": "Element to show: Magnetometer model or axes"
"message": "Element to show: Magnetometer model or chip or axes"
},
"magnetometerAxes": {
"message": "XYZ (Magnetometer Axes)"
},

"axisTableTitleAxis": {
"message": "Axis"
},
"axisTableTitleSlider": {
"message": "Slider"
},
"axisTableTitleValue": {
"message": "Value [degree]"
},

"configurationSensorMagPreset": {
"message": "Orientation is set by: PRESET (align_mag)"
},
"configurationSensorMagAngles": {
"message": "Orientation is set by: ANGLES (align_mag_roll, align_mag_pitch ,align_mag_yaw)"
},
"configurationMagnetometerHelp": {
"message": "<strong>Note:</strong> Remember to configure a Serial Port (via Ports tab) when using the Magnetometer feature."
},
Expand Down
Binary file added resources/models/ak8963c.bin
Binary file not shown.
Loading
Loading