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

Stronger robotic joints #226

Open
gotmachine opened this issue May 18, 2024 · 0 comments
Open

Stronger robotic joints #226

gotmachine opened this issue May 18, 2024 · 0 comments
Labels
kspQoL Quality of life modification

Comments

@gotmachine
Copy link
Contributor

gotmachine commented May 18, 2024

A very common complaint about breaking grounds robotic is that the joints are pretty weak compared to the usual part connections.

The main reason for this is that KSP uses a single internal PhysX joint for the actuators, whereas multiple internal joint are usually used for connecting parts, as a way to effectively increase the amount of solver iterations in a targeted way.

It is at least theoretically possible to implement the same trick for actuator joints, this is something that might be worth investigating.

Edit : Actually, after a quick look, the main reason why robotic joints aren't very strong is a design decision. The strength of the joint is actually configurable to some extent in the module config, with the caveat that it is at least partially tied to the EC consumption of the motor. It should be possible to increase their strength by a good margin by just playing around with how things are configured, although that might require introducing some additional strength scaling factor / option.

@gotmachine gotmachine added the kspQoL Quality of life modification label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kspQoL Quality of life modification
Development

No branches or pull requests

1 participant