Revision e832c8ef client/python/tools/plot_relative_gazetargets.sh

View differences:

client/python/tools/plot_relative_gazetargets.sh
3 3
gnuplot -persist <<- EOF
4 4
        plot "${FILE}" using 1:2 w l t "pan_now", \
5 5
	 "${FILE}" using 1:3 w l t "tilt_now",\
6
	 "${FILE}" using 4:5 w d t "target rel pan",\
7
	 "${FILE}" using 4:6 w d t "target rel tilt",\
6
	 "${FILE}" using 4:5 t "target rel pan",\
7
	 "${FILE}" using 4:6 t "target rel tilt",\
8 8
	 "${FILE}" using 1:7 w l t "target pan",\
9 9
	 "${FILE}" using 1:8 w l t "target tilt",\
10 10
	 "${FILE}" using 1:9 w l t "lowlevel target neck pan",\

Also available in: Unified diff