feat: added input update to ui

This commit is contained in:
2025-12-23 11:43:07 +01:00
parent 45ccd0bedb
commit 38102f57ef
2 changed files with 21 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ layout_mode = 2
[node name="Input" type="SpinBox" parent="PID Menue/PanelContainer/VBoxContainer/Proportinal Term (P)"]
layout_mode = 2
max_value = 10.0
max_value = 1.0
step = 0.01
value = 0.5
@@ -91,7 +91,7 @@ text = "Integral (I)"
[node name="Input" type="SpinBox" parent="PID Menue/PanelContainer/VBoxContainer/Integral (I)"]
layout_mode = 2
max_value = 10.0
max_value = 1.0
step = 0.01
[node name="Derivative (D)" type="HBoxContainer" parent="PID Menue/PanelContainer/VBoxContainer"]
@@ -104,7 +104,7 @@ text = "Derivative (D)"
[node name="Input" type="SpinBox" parent="PID Menue/PanelContainer/VBoxContainer/Derivative (D)"]
layout_mode = 2
max_value = 10.0
max_value = 1.0
step = 0.01
[node name="Force" type="HBoxContainer" parent="PID Menue/PanelContainer/VBoxContainer"]