moving model

This commit is contained in:
2025-07-29 13:34:17 +03:00
parent 7363d608ea
commit 89b86f8b7f
4 changed files with 120 additions and 14 deletions

6
LibSidServo/PID_test/plot_jpg Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/gnuplot
set terminal jpeg size 1000,500
set output "all.jpg"
plot for [col in "target curpos speed error"] 'coords' using 1:col with lines title columnheader