Skip to content

Commit

Permalink
Merge pull request #2056 from RomanLut/sumbit-mag-models
Browse files Browse the repository at this point in the history
added magnetometer models
  • Loading branch information
mmosca authored May 9, 2024
2 parents 65a8f1d + 5c43316 commit 30765ae
Show file tree
Hide file tree
Showing 57 changed files with 67,268 additions and 1,638 deletions.
18 changes: 11 additions & 7 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,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 @@ -2105,19 +2105,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

0 comments on commit 30765ae

Please sign in to comment.