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

Erronous angular velocity in Date: 2011_10_03 Drive: 0027 (Seq 00) #56

Open
ylmzkaan opened this issue Apr 8, 2020 · 0 comments
Open

Comments

@ylmzkaan
Copy link

ylmzkaan commented Apr 8, 2020

I do a simple euler integration using angular velocity provided in raw dataset 0027 starting from the initial ground truth orientation. I would expect the estimated orientation to be overlapping with the ground truth until some timestep and then drift away. Instead I get the following orientation estimations vs ground truth.

orientation

The roll and pitch estimations are incorrect. They make huge jumps. After each jump the estimation's shape is consistent with the ground truth but it is way higher or lower than the ground truth because of jumps. When I use the same algorithm for other dataset, I absolutely don't get such irrelevant estimations. I get figures like this:

orientation

orientation

Anyway, in order to check if there is anything wrong with my euler integration based orientation estimation, I calculated the true angular velocity by subtracting two consecutive ground truth orientation values (For roll pitch and yaw) and dividing the difference by the time passed. The results that I get here and from the angular velocity readings (Collected from OXTS) are extremely different and there is no bias or scale term that could correct this behavoir because the difference isn't in a way that allows for it.

Have you ever encountered a similar behavior in dataset 0027 (Seq 00) ? I think the angular velocity readings are wrong.

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

1 participant