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

Support different IMU sensors as input #3

Open
louisoutin opened this issue Aug 4, 2020 · 1 comment
Open

Support different IMU sensors as input #3

louisoutin opened this issue Aug 4, 2020 · 1 comment

Comments

@louisoutin
Copy link

Hello,

First of all, thank you for your work (paper + code), it's very well explained and the approach looks elegant.
I would like to push the work further by trying to make the method support multiple IMUs (you mention it on future works btw). I was wondering if by just keeping the same approach and architecture, but just adding different IMU source as inputs during training would be enough to leverage "multi IMU source"? Did you made some experiments on this already?
I would really like to hear your thoughts on this.

Thanks!

@mbrossar
Copy link
Owner

mbrossar commented Aug 5, 2020

Hi,

I did not made experiment with multiple IMUs, but I think you have two possibilities:

  • Keep the same approach and architecture, and add different IMU as inputs. The advantage of that method is that it is relatively simple. The problem is that during training the neural networks need to be able to compute the orientation from an IMU to another.
  • Have multiple IMU systems with their own systems and them fuse the measurements with e.g. an extended Kalman filter, see e.g. this paper. I would recommend that approach, where the Kalman filter estimates the relative poses between the IMUs (you can also try to train a neural network for doing that)

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

No branches or pull requests

2 participants