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 e383014 commit d6a67bbCopy full SHA for d6a67bb
1 file changed
rocketpy/simulation/flight.py
@@ -1572,7 +1572,6 @@ def __init_controllers(self):
1572
"""Initialize controllers and sensors"""
1573
self._controllers = self.rocket._controllers[:]
1574
self.sensors = self.rocket.sensors.get_components()
1575
- # Note: time_overshoot now supports both controllers and sensors
1576
1577
# reset controllable object to initial state (only airbrakes for now)
1578
for air_brakes in self.rocket.air_brakes:
0 commit comments