Skip to content
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

Open
2 tasks
2bndy5 opened this issue Sep 21, 2019 · 4 comments
Open
2 tasks

add a muxing class for multiple sensors of the same type #35

2bndy5 opened this issue Sep 21, 2019 · 4 comments
Labels
apprentice This opportunity is meant for those looking for a challenge help wanted Extra attention is needed

Comments

@2bndy5
Copy link
Member

2bndy5 commented Sep 21, 2019

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.

  • multiple IMU sensors
  • multiple GPS sensors
@2bndy5 2bndy5 added help wanted Extra attention is needed apprentice This opportunity is meant for those looking for a challenge labels Sep 21, 2019
@2bndy5
Copy link
Member Author

2bndy5 commented Sep 28, 2019

@karleskinderic
Copy link
Member

karleskinderic commented Sep 29, 2019

I'll continue to do my research on what's possible...or at least understanding how different options would work and weighing the benefits of each. I'll have to rely more heavily on @2bndy5 when it comes to editing the actual code

@2bndy5
Copy link
Member Author

2bndy5 commented Sep 30, 2019

Throwing this out there... Maybe we just look at each sensor as an independent dataset from different parts of the robot.

@karleskinderic
Copy link
Member

karleskinderic commented Sep 30, 2019 via email

@tejashah88 tejashah88 added this to the Early November 2019 Sprint milestone Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
apprentice This opportunity is meant for those looking for a challenge help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants