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

Inclined plane and friction #288

Open
djrockin opened this issue Jun 10, 2016 · 1 comment
Open

Inclined plane and friction #288

djrockin opened this issue Jun 10, 2016 · 1 comment

Comments

@djrockin
Copy link

How to increase the angle of inclined plane until cube starts to move

@schteppe
Copy link
Owner

Hi. How do you want to implement this? Do you want the plane to be slowly animated, or do you maybe want to create 10 different ones with different inclinations?

If you want it to be animated you should make the plane kinematic (see the kinematic demo) and then set the angular velocity to make it rotate.

If you want to create 10 (or any other number) scene setups then you could use a for loop. See the demos.

Just a note. The theoretical "slip angle" will probably not match what you get out of this experiment. If you want it to match you should use some more reliable simulation software.

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

2 participants