We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60c53b commit 67515f6Copy full SHA for 67515f6
rocketpy/simulation/flight.py
@@ -1218,11 +1218,9 @@ def __init_controllers(self):
1218
self._controllers = self.rocket._controllers[:]
1219
if self._controllers:
1220
if self.time_overshoot == True:
1221
+ self.time_overshoot = False
1222
warnings.warn(
- "time_overshoot is set to True, but controllers are present. "
1223
- "Controllers will not work properly. "
1224
- "Consider setting time_overshoot=False in the Flight object "
1225
- "to use controllers."
+ "time_overshoot has been set to False due to the presence of controllers. "
1226
)
1227
# reset controllable object to initial state (only airbrakes for now)
1228
for air_brakes in self.rocket.air_brakes:
0 commit comments