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

Add APIs for Barometer, IMU, GPS, Magnetometer, Distance Sensor #1920

Merged
merged 7 commits into from
Apr 30, 2019

Conversation

madratman
Copy link
Contributor

@madratman madratman commented Apr 28, 2019

We don't have APIs for Baro, IMU, GPS, and Magnetometer, which has been pointed out in multiple issues.
We do have a GPS state in msr::airlib::MultirotorState's GeoPoint gps_location member here, however it isn't in the car state. ( i think that is not using the sensor output but an ned<->gps conversion?).
I think sensors should have their own APIs with their corresponding time stamps, and this PR aims to do that for:

  • Barometer
  • IMU
  • GPS
  • Magnetometer
  • Distance sensor
  • Documentation

@madratman madratman force-pushed the PR/Baro_GPS_IMU_Magneto_APIs branch from ecd0744 to 0eefd83 Compare April 30, 2019 20:11
@madratman madratman merged commit 67f4386 into microsoft:master Apr 30, 2019
@madratman madratman changed the title Add APIs for Barometer, IMU, GPS, Magnetometer Add APIs for Barometer, IMU, GPS, Magnetometer, Distance Sensor Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant