-
Notifications
You must be signed in to change notification settings - Fork 416
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
Can we use this for tracking a UAV trajectory using the flight controllers IMU? #21
Comments
The gait tracking code is for tracking the motion of a foot during walking. The code cannot be used to track a UAV. |
and why is that sir? |
In my opinion it's possible. Gait-Tracking-With-x-IMU is nothing else than inertial navigation system. Probably you can use this code to estimate the relative position from your current position. |
This is what I believe too. but inside the code |
Where exactly do you see that? |
The tracking relies on the sensor being stationary at the end of each foot stride, e.g. every 1 second. These frequent stationary periods are essential to compensate for drift the in calculated velocity. |
surely i would like to ignore this drift error correction and try to approximate the trajectory from this since i have found no other free software that enable me produce my UAV flight trajectory. So i think I can ignore this drift error correction? |
@rolba here is the part which seems to split data
i am not getting this part at all :)
|
Hi. thank you for the code. It is extremely use full for learning. I was wondering if I can use this code to estimate my UAV flight trajectory using same IMU readings from the Flight controller of UAV.
The text was updated successfully, but these errors were encountered: