This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
add a muxing class for multiple sensors of the same type #35
Labels
apprentice
This opportunity is meant for those looking for a challenge
help wanted
Extra attention is needed
Milestone
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.The text was updated successfully, but these errors were encountered: