aloha / tools /build.sh
iMihayo's picture
Add files using upload-large-folder tool
312bc9f verified
Raw
History Blame Contribute Delete
219 Bytes
ws_path=$(pwd)
echo $ws_path
echo "build camera"
cd $ws_path/camera_ws
catkin_make
cd ..
echo "build remote_control"
cd $ws_path/remote_control
./tools/build.sh
cd ..
echo "print camera serial"
tools/camera_serial.sh