add PID_test @ model

This commit is contained in:
2025-07-25 15:57:44 +03:00
parent 4ef6f2f6f9
commit 7363d608ea
25 changed files with 1319 additions and 0 deletions

4
LibSidServo/PID_test/plot Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/gnuplot
plot for [col in "target curpos speed error"] 'coords' using 1:col with lines title columnheader
pause mouse