You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
I plan to have a GPS muxing class that takes into account the dilutions of precision attributes and differences of latitude and longitudes... Something similar should be devised for aggregating sensor data from multiple IMUs, but that will be a little more complex since each sensor device has a different set of capabilities (gyro + accel vs mag only vs gyro + accel + mag).
To identify what type of IMU we're drawing from, we can use if type(IMUs, LSM9DS1) to isolate data from the 9 DoF sensor.
I plan to have a GPS muxing class that takes into account the dilutions of precision attributes and differences of latitude and longitudes... Something similar should be devised for aggregating sensor data from multiple IMUs, but that will be a little more complex since each sensor device has a different set of capabilities (gyro + accel vs mag only vs gyro + accel + mag).
To identify what type of IMU we're drawing from, we can use
if type(IMUs, LSM9DS1)to isolate data from the 9 DoF sensor.