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

AP_ExternalAHRS: added InertialLabs support #25674

Merged
merged 17 commits into from
Dec 16, 2023

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Dec 1, 2023

This supports the INS-U from InertialLabs. This external AHRS features:

  • GPS
  • IMU
  • baro
  • mag
  • airspeed
  • navigation solution
  • reporting variances
  • logging of GNSS detailed status

Tested with an INS-U remotely with sertotcp.py

@tridge tridge force-pushed the pr-extahrs-ilabs branch 10 times, most recently from 828a972 to b4bf4ef Compare December 2, 2023 01:33
@Hwurzburg Hwurzburg added the WikiNeeded needs wiki update label Dec 2, 2023
state.location.lat = u.position.lat;
state.location.lng = u.position.lon;
state.location.alt = u.position.alt;
state.have_location = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this ever go false? Similar other states are set to true upon reception of the first packet but never set back to false if data becomes stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants