diff --git a/setup.bash b/setup.bash new file mode 100755 index 0000000..1affc5f --- /dev/null +++ b/setup.bash @@ -0,0 +1,10 @@ +#!/bin/bash + + +#setup script to copy files from the circle demo into the oscillation damp package + +script_location=$(pwd) +end_location=$(rospack find oscillation_ctrl) +cp ${scrip_location}/launch/* ${end_location}/launch +cp ${scrip_location}/src/* ${end_location}/src +