Skip to content

Commit

Permalink
BF: Basics of closed-loop control #1046
Browse files Browse the repository at this point in the history
  • Loading branch information
amesin13 committed Nov 16, 2024
1 parent 8fd94b0 commit a6ab9bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mlpro/bf/control/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,8 @@ def __init__( self,
p_logging = p_logging )

self.system : System = p_system
<<<<<<< HEAD

=======
self._last_update : TStampType = None
self._current_action : Action = None
>>>>>>> origin/bf/oa/control


## -------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit a6ab9bf

Please sign in to comment.