Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
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