Skip to content

Commit

Permalink
BF: Controlled system PT2 #1085
Browse files Browse the repository at this point in the history
  • Loading branch information
amesin13 committed Dec 3, 2024
1 parent 1e5b1a9 commit 56521ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@
if i != '': num_dim = int(i)
i = input(f'\n\nStep rate (visualization) (press ENTER for {step_rate}): ')
if i != '': step_rate = int(i)
setpoint_value =10


setpoint_value =10

# 2 Setup the control system

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@
if i != '': num_dim = int(i)
i = input(f'\n\nStep rate (visualization) (press ENTER for {step_rate}): ')
if i != '': step_rate = int(i)
setpoint_value = 10


setpoint_value = 10

# 2 Setup the control system

Expand Down

0 comments on commit 56521ab

Please sign in to comment.