JoePfeiffer 7a2ede6e24 Use current atmospheric conditions, not previous conditions, in calculating thrust.
This lets us get rid of previousAtmosphericConditions completely.

Note that while we pass acceleration and atmospheric conditions into calculateAverageThrust(), we don't actually do anything with them there. They appear to be passed in for some sort of eventual enhancements when we do things like altitude compensation for motors, or acceleration for hybrids or water rockets.

It also turned out that while we called getPreviousAtmosphericConditions() when call ing calculateAverageThrust(), setPreviousAtmosphericConditions() was never called.
2023-09-26 14:46:09 -06:00
..
2022-10-15 14:32:21 -04:00
2023-03-06 20:09:14 +01:00
2023-05-06 16:01:02 +02:00
2022-10-15 14:32:21 -04:00
2023-03-06 20:09:14 +01:00
2023-06-28 10:50:08 +02:00
2012-08-04 08:46:33 +00:00