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

if [ -a $1 ] 
then
    awk '/Activate tc/ {print $5,$8,$11,$14}' $1 > segment_data.log
fi