I'm trying to miniaturize my intercept script from a drone into a missile. In order to drop excess weight to increase acceleration and decrease time to target, I want to drop all but forward-propelling thrusters. As such, I need to figure out how to negate gravity (and drift). What is the algorithm I need to calculate this? For example, currently I'm working on this:
F = ma
a = f/m
g =...
How to negate gravity with a missile (forward thrust only)?
Code:
/ / V a -> / F -> M> ---------------------> [] | d T v g
a = f/m
g =...
How to negate gravity with a missile (forward thrust only)?