fixed typo in setup.bash
This commit is contained in:
parent
f9c5bcba9d
commit
56e1b6bd22
|
@ -5,6 +5,6 @@
|
||||||
|
|
||||||
script_location=$(pwd)
|
script_location=$(pwd)
|
||||||
end_location=$(rospack find oscillation_ctrl)
|
end_location=$(rospack find oscillation_ctrl)
|
||||||
cp ${scrip_location}/launch/* ${end_location}/launch
|
cp ${script_location}/launch/* ${end_location}/launch
|
||||||
cp ${scrip_location}/src/* ${end_location}/src
|
cp ${script_location}/src/* ${end_location}/src
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue