-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add support for all external Mag orientations #86
Comments
That's rather exotic configuration. I'm not sure if it's worth the effort. I'll keep the issue open for the time being to keep track of the idea. |
I you limit your view to copters, I agree it is a quite exotic configuration. |
Introduce 3 new variables which allow setting the decidegrees for the mag sensor alignment. When any of these 3 variables are non-zero, mag is assumed to be mounted off-board and "align_mag" as well as the board alignment are ignored. Settings are named align_mag_roll, align_mag_pitch and align_mag_yaw. Fixes #86 Fixes #1029
Introduce 3 new variables which allow setting the decidegrees for the mag sensor alignment. When any of these 3 variables are non-zero, mag is assumed to be mounted off-board and "align_mag" as well as the board alignment are ignored. Settings are named align_mag_roll, align_mag_pitch and align_mag_yaw. Fixes #86 Fixes #1029
Introduce 3 new variables which allow setting the decidegrees for the mag sensor alignment. When any of these 3 variables are non-zero, mag is assumed to be mounted off-board and "align_mag" as well as the board alignment are ignored. Settings are named align_mag_roll, align_mag_pitch and align_mag_yaw. Fixes #86 Fixes #1029
Introduce 3 new variables which allow setting the decidegrees for the mag sensor alignment. When any of these 3 variables are non-zero, mag is assumed to be mounted off-board and "align_mag" as well as the board alignment are ignored. Settings are named align_mag_roll, align_mag_pitch and align_mag_yaw. Fixes iNavFlight#86 Fixes iNavFlight#1029
Can you post a short howto? And now in addition: Tilt it Backwards because it is mounted on a 30 Degree Cam mount. Does "as well as the board alignment are ignored" mean Orientation is relative to Flight Direction and not FC Position now? This Example is seen a few Times and Users are Confused what is to set here. |
Align_sensors() has just support for mag orientations if mag is mounted on board. Missing is support if the flight controller board is mounted perpendicular to Mag/GPS board and external mag is used.
Extend align_mag with additional orientations.
The text was updated successfully, but these errors were encountered: