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

Sticky Friction Implementation #48

Open
shadowmage45 opened this issue Aug 28, 2017 · 0 comments
Open

Sticky Friction Implementation #48

shadowmage45 opened this issue Aug 28, 2017 · 0 comments

Comments

@shadowmage45
Copy link
Owner

Absolutely need to find a solution to this to stop the vessel-sliding problems.

  • As KSP now has some internal tracking of forces at the part (and vessel?) level, it may be possible to tap into those and find the necessary counter-force to keep things from sliding. This will only work if -all- forces are tracked (gravity, engines, etc).
    • Finding the necessary 'static' friction isn't too hard.
    • When input forces exceed static friction, let thing slide
    • When input forces are below static friction, clamp things in place.
  • Possibility to force-re-position each wheel part, with some jitter control. Yes, this will play hell with physics, but unsure how else to accomplish the goal.
  • Can determine current input force by working backwards from the calculated acceleration?
    • Can this be done in a place early enough to cancel out that accel?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant