Skip to content

Commit d6a67bb

Browse files
Update rocketpy/simulation/flight.py
1 parent e383014 commit d6a67bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rocketpy/simulation/flight.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,6 @@ def __init_controllers(self):
15721572
"""Initialize controllers and sensors"""
15731573
self._controllers = self.rocket._controllers[:]
15741574
self.sensors = self.rocket.sensors.get_components()
1575-
# Note: time_overshoot now supports both controllers and sensors
15761575

15771576
# reset controllable object to initial state (only airbrakes for now)
15781577
for air_brakes in self.rocket.air_brakes:

0 commit comments

Comments
 (0)