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

Double pendulum cart, but with a good function library #7

Open
BystrickyK opened this issue May 6, 2021 · 0 comments
Open

Double pendulum cart, but with a good function library #7

BystrickyK opened this issue May 6, 2021 · 0 comments

Comments

@BystrickyK
Copy link
Owner

Trig functions of double angle differences can be decomposed into sine and cosine monomials like this:
image

Using completely clean data, acceleration measurements generated using the analytical model (rather than numerical differentiation)

Discovered models, dotx4 = cart acceleration, dotx5 = first pendulum angular acceleration, dotx6 = second pendulum angular acceleration
4
5
6

Prediction results:
Figure_4
Figure_5
Figure_6

Prediction is nearly perfect, but simulated trajectories decouple immediately; it might be due to a bug in the code though
https://user-images.githubusercontent.com/55796835/117227428-11243b00-ae17-11eb-9df1-95b025d6f23b.mp4

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