-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.fuse_hidden00000ed600000004
26 lines (20 loc) · 1.31 KB
/
.fuse_hidden00000ed600000004
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#set multiplot layout 2,2 rowsfirst
# set xrange [100:500]
plot 'motor.log' using 1:8 with lines title 'gx', 'motor.log' using 1:9 with lines title 'gy','motor.log' using 1:10 with lines title 'ax', 'motor.log' using 1:11 with lines title 'ay', 'motor.log' using 1:5 with lines title 'pitch', 'motor.log' using 1:6 with lines title 'roll'
# plot 'motor.log' using 1:6 with lines title 'pitch', 'motor.log' using 1:7 with lines title 'roll'
# plot 'motor.log' using 1:9 with lines title 'gx', 'motor.log' using 1:10 with lines title 'gy', 'motor.log' using 1:6 with lines title 'pitch', 'motor.log' using 1:7 with lines title 'roll'
# plot 'motor.log' using 1:3 with lines title 'x-pid', 'motor.log' using 1:4 with lines title 'y-pid', 'motor.log' using 1:6 with lines title 'pitch', 'motor.log' using 1:7 with lines title 'roll'
# plot 'motor.log' using 1:9 with lines title 'actual-time'
# plot 'motor.log' using 1:8 with lines title 'time', 'motor.log' using 1:9 with lines title 'actual-time'
pause 0.1
reread
# print 'hello'
# stats datafile
# print STATS_blocks
# set key autotitle columnheader
# set yrange [-0.3:0.3]
# datafile = 'motor.log'
# set multiplot layout 2,2 rowsfirst
# plot for [IDX=3:6] datafile u 1:IDX w lines
# plot for [IDX=7:8] datafile u 1:IDX w lines
# plot for [IDX=9:12] datafile u 1:IDX w lines