fixed typo in setup.bash

This commit is contained in:
scorpio1 2022-07-14 15:11:32 -04:00
parent f9c5bcba9d
commit 56e1b6bd22
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@
script_location=$(pwd)
end_location=$(rospack find oscillation_ctrl)
cp ${scrip_location}/launch/* ${end_location}/launch
cp ${scrip_location}/src/* ${end_location}/src
cp ${script_location}/launch/* ${end_location}/launch
cp ${script_location}/src/* ${end_location}/src