Godot Version
4.2.2 .Net Linux
Question
I’m trying to calculate brake distance for car, but I can’t understand braking force. My car 1125 kg. I’m applying brake force 50H.
From 30 m/s it takes about 41 meters to stop (from change engine force 2500 to 0 and setting brake from 50). It can’t be force applied to vehicle because if we use classic formula it shows with 50H we need about more then 10000m to stop. So how do I should use this force to calculate brake distance.
BTW. Docs sugested to set 25-50 engine force for acceleration for car with mass 1000. It is too low values so I use 2500. But brake sugesstion 25-30 kind of good for the same mass. Maybe I setup car wrong way?