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

two body skateboard 1st commit #220

Closed

Conversation

Peter230655
Copy link
Contributor

@Peter230655 Peter230655 commented Sep 3, 2024

A pretty contrived example!
A skateboard consisting of bwo bodies must be steered in such a way, that the centers of the two boards follow two lines.
Interesting maybe only this: unless the lines are straight or the initial guess is very good opty does to seem to find a solution.
So, I iterate in many steps for the straight line to the curved line, changing the shape only a little bit in each step.
The solution of iteration i is the initial guess for iteration i+1.
Here of course I use the solution after many iterations, so it runs in around 30 sec.
If this is too contrived for examples-gallery, I fully understand!

Peter230655 and others added 30 commits July 27, 2024 13:50
…so that they all contain approx. same number of bars
@Peter230655 Peter230655 deleted the plot_two_body_skateboard branch September 20, 2024 19:35
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

Successfully merging this pull request may close these issues.

2 participants