Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
6c8b88b5ace89bb3d0608e06c7f6cbb95dc6080c
/
.
/
y2014
/
control_loops
/
drivetrain
/
kfplot5.gnuplot
blob: 17c0416971b55e840dc3fb23b38b5c921c52cdf2 [
file
] [
log
] [
blame
]
Austin Schuh
fd94a46
2016-11-26 15:05:28 -0800
[
diff
] [
blame
]
1
set
term x11
2
3
plot
'/tmp/dump'
using
1
:(
$13
+
$14
+
20
)
title
'dpower'
,
\
4
'/tmp/dump'
using
1
:((
$9
+
$10
-
$11
-
$12
)
*
10.0
)
title
'avg_velocity_error'
with
lines
5
6
pause
-
1