OscillationControlWithCircle/setup.bash

11 lines
270 B
Bash
Raw Normal View History

2022-07-14 15:50:36 -03:00
#!/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)
2022-07-14 16:11:32 -03:00
cp ${script_location}/launch/* ${end_location}/launch
cp ${script_location}/src/* ${end_location}/src
2022-07-14 15:50:36 -03:00