summaryrefslogtreecommitdiff
path: root/tests/trajectory-planner/circular-arcs/util/save_tangent_angle.sh
blob: 998eb7fe992174cd8492d132eb7f60c545674ed2 (plain)
1
2
3
4
5
6
7
#!/bin/bash - 
set -o nounset                              # Treat unset variables as an error

if [ -a $1 ] 
then
    awk '/tangent angle/ {print $4}' $1 > tangent_data.log
fi