summaryrefslogtreecommitdiff
path: root/tests/trajectory-planner/circular-arcs/test-simple.sh
blob: 50fbb695f9e7603f7f9bcb26c3ce7b51ebfcddcd (plain)
1
2
3
4
5
6
7
8
cp position.blank position.txt
mv constraints.log constraints_old.log
linuxcnc circular_arcs.ini > test.log
./process_runlog.sh test.log movement.txt
if [ -a movement.txt ] 
then
    octave --persist ./octave/plot_movement.m
fi