Revision 04cf2b6f client/python/tools/plot_relative_gazetargets.sh

View differences:

client/python/tools/plot_relative_gazetargets.sh
2 2
#1449653129.190272 -8.841537 0.023177 1449651904.760381 -19.532999 0.000000 -19.532999 0.000000 0.000000 -0.000000 0.007721 -8.910353 -8.911380 #DUMP
3 3
offset=`cat /tmp/l|head -1|cut -d " " -f 1`
4 4
gnuplot -persist <<- EOF
5
        plot "${FILE}" using (\$1-${offset}):2 w l t "pan_now", \
6
	 "${FILE}" using (\$1-${offset}):3 w l t "tilt_now",\
5
        plot "${FILE}" using (\$1-${offset}):2 w d t "pan_now" , \
6
	 "${FILE}" using (\$1-${offset}):3 w d t "tilt_now" ,\
7 7
	 "${FILE}" using (\$4-${offset}):5 t "target rel pan",\
8 8
         "${FILE}" using (\$1-${offset}):5 t "target rel pan [INCOMING TS]",\
9 9
	 "${FILE}" using (\$4-${offset}):6 t "target rel tilt",\

Also available in: Unified diff