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 dfcf2d8 commit 033a0daCopy full SHA for 033a0da
rocketpy/control/controller.py
@@ -86,6 +86,7 @@ def __init__(
86
self.interactive_objects = interactive_objects
87
self.controller_function = self.__init_controller_function(controller_function)
88
self.sampling_rate = sampling_rate
89
+ self.initial_observed_variables = initial_observed_variables
90
self.name = name
91
self.prints = _ControllerPrints(self)
92
0 commit comments