blob: b0446d8cd5b1fa9563d02cc7c3ce21af9ca53573 [file] [log] [blame]
Austin Schuhfd94a462016-11-26 15:05:28 -08001#set yrange [-15:15]
2
3set term x11
4
5plot '/tmp/dump' using 1:($13 - $14) title 'dpower' with lines,\
6 '/tmp/dump' using 1:($9 - $10 - ($11 - $12)) title 'turn_vel_error' with lines,\
7 '/tmp/dump' using 1:($9 - $10) title 'turn_vel' with lines,\
8 '/tmp/dump' using 1:(($9 - $10) * ($13 - $14)) title 'correlation' with lines