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

Is the string output the only way to get the delta v,q when the acc. and the ang. rate enabled? #97

Open
kubelvla opened this issue Feb 23, 2019 · 1 comment

Comments

@kubelvla
Copy link

Hi @fcolas and others contributing to this driver,

Sorry if I missed this in the documentation but I've observed that if you set the MTi unit to output only delta v and q, they are published inside the /imu/data message. However, if you also want the linear acceleration and the angular rate values, the delta values are not published anymore except for the parsed string output. Do I understand this correctly?

Moreover, if I was to propose a pull request with extra topics, what would be the optimal message types? geometry_msgs/QuaternionStamped and geometry_msgs/Vector3Stamped?

Thanks for info and your opinions

@fcolas
Copy link
Contributor

fcolas commented Aug 25, 2019

Dear @kubelvla, you are right: when both delta v and linear acceleration are requested only one is published in /imu/data (the last one, I think, not necessarily the linear acceleration).

I'd welcome a PR to improve this and the topic types you propose are perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants