Skip to content

update suspension to correctly use Hooke's Law#4758

Open
FuWan722 wants to merge 1 commit intobulletphysics:masterfrom
FuWan722:bullet_vehicle_suspension
Open

update suspension to correctly use Hooke's Law#4758
FuWan722 wants to merge 1 commit intobulletphysics:masterfrom
FuWan722:bullet_vehicle_suspension

Conversation

@FuWan722
Copy link
Copy Markdown

@FuWan722 FuWan722 commented Nov 7, 2025

Currently, the suspension force is calculated as F(N) = stiffness(N/m) * offset(m) * vehicle_mass(kg)

My proposed change is to use Hooke's Law properly, by removing the vehicle mass in the equation
F(N) = stiffness(N/m) * offset(m)

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.

1 participant