summaryrefslogtreecommitdiff
path: root/tests/trajectory-planner/circular-arcs/test-debug.sh
blob: 9a20e83b9f8937f11ddc63e642de30007f112bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -o monitor
./build-debug.sh
cp position.blank configs/position.txt
rm configs/constraints.log
linuxcnc $1 > test.log &
python machine_setup.py $2
fg
./process_runlog.sh test.log
#if [ -a movement.log ] 
#then
    #octave/plot_movement.m
#fi