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

Orientation estimate in sensor_msgs/Imu #12

Closed
horverno opened this issue Feb 16, 2021 · 4 comments
Closed

Orientation estimate in sensor_msgs/Imu #12

horverno opened this issue Feb 16, 2021 · 4 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@horverno
Copy link
Member

In the /gps/duro/imu message the orientation is zero right now, although it is provided by the sensor in the message /gps/duro/rollpitchyaw. It needs to be converted to geometry_msgs/Quaternion and fill out in a proper way.

http://docs.ros.org/en/melodic/api/sensor_msgs/html/msg/Imu.html

@horverno horverno added bug Something isn't working enhancement New feature or request labels Feb 16, 2021
@enricobellocchio
Copy link

Dear @horverno, do you have any updates on this aspect? do you have any suggestions for implementing this enhancement?

@horverno
Copy link
Member Author

Dear @enricobellocchio i am planning to implement this, it is quite easy to do, but right now i am a bit busy
basically what has to be done is to fill the imu_ros_msg.orientation in duro.cpp with the proper quaternions form the sensor

@horverno
Copy link
Member Author

@enricobellocchio i fixed it, but please note orientation is a slower, estimated value compared to the other IMU messages which are not calculated only published as raw data in the correct unit

@enricobellocchio
Copy link

Thank you very much!

@horverno horverno pinned this issue Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants