Skip to content

Commit ddbccb3

Browse files
MateusStanoGui-FernandesBR
authored andcommitted
ENH: create self.base_controller_function
1 parent 0777612 commit ddbccb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rocketpy/control/controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def __init__(
8484
None
8585
"""
8686
self.interactive_objects = interactive_objects
87+
self.base_controller_function = controller_function
8788
self.controller_function = self.__init_controller_function(controller_function)
8889
self.sampling_rate = sampling_rate
8990
self.initial_observed_variables = initial_observed_variables

0 commit comments

Comments
 (0)