blob: d401cc63de503b4a1c1ebd4a3881404824852115 [file] [log] [blame]
Austin Schuhfd94a462016-11-26 15:05:28 -08001set term x11
2
3plot '/tmp/dump' using 1:4 title 'left_encoder',\
4 '/tmp/dump' using 1:5 title 'right_encoder',\
5 '/tmp/dump' using 1:15 title 'left_x',\
6 '/tmp/dump' using 1:16 title 'right_x',\
7 '/tmp/dump' using 1:6 title 'heading',\
8 '/tmp/dump' using 1:18 title 'kf_heading',\
9 '/tmp/dump' using 1:(($18 - $6) * 100) title 'kf_heading_error',\
10
11pause -1