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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: