-
Notifications
You must be signed in to change notification settings - Fork 179
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
Bug | Orientation is in the wrong coordinate frame #121
Comments
Good eye, PRs are appreciated. |
nakai-omer
added a commit
to nakai-omer/vectornav
that referenced
this issue
May 23, 2023
This reverts commit 65b645f.
Greetings, I have also been experiencing this issue when we bought a robot using a VectorNav IMU. My question is, seems that the PR was merged into ros2 branch. Have these changes been made on master branch as well? I'm currently working in Melodic but planning to update to Noetic...thanks from advance. |
@AngeLoGa , PRs are welcome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We are using a VN-100T, and we are getting a
-π
roll when the IMU is flat on a surface. In other words, Z is pointing down.From looking a little at the code we found a couple of issues:
vectornav/vectornav/src/vn_sensor_msgs.cc
Line 181 in 933af89
use_enu
is false.use_enu
is false to turn it into NED).vectornav/vectornav/src/vn_sensor_msgs.cc
Line 309 in 933af89
I don't mind issuing a PR, just would like to get assurance I am not missing something.
The text was updated successfully, but these errors were encountered: