Move the library to the separate repository
This commit is contained in:
8
PID_test.deprecated/plot.cont
Executable file
8
PID_test.deprecated/plot.cont
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/gnuplot
|
||||
|
||||
#set term pdf
|
||||
#set output "output.pdf"
|
||||
while(1){
|
||||
plot for [col in "target curpos speed error"] 'coords' using 1:col with lines title columnheader
|
||||
pause 1
|
||||
}
|
||||
Reference in New Issue
Block a user