Move the library to the separate repository

This commit is contained in:
2026-03-12 08:49:36 +03:00
commit 4dcb7d4444
98 changed files with 9089 additions and 0 deletions

6
PID_test.deprecated/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