Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
eeadb4c7b18c30a42b1921b9f659f814b4baa0f0
/
.
/
y2017
/
control_loops
/
superstructure
/
plot_table.sh
blob: a2476249808490a6049894e6927760f8cce12d5d [
file
] [
log
] [
blame
]
#!/bin/bash
cat superstructure
.
cc
|
grep
'table entry'
|
sed
's/^.*{\(.*\), {\(.*\), \(.*\), \(.*\) \* M_PI.*$/\1, \2, \3, \4/'
>
/
tmp
/
constants_plot
gnuplot plot_constants
.
gnuplot