Skip to content

Commit

Permalink
Remove the installation script of the rosberrypi_cam external src.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shih-Yuan Liu committed Feb 23, 2016
1 parent 9850e25 commit 2327b19
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions duckietown_install_car.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@
set -e
set -x

START_PATH="$PWD"

# Install raspicam-0.1.3
cd catkin_ws/external_src/raspicam-0.1.3
if [ -d "build" ]; then
rm -rf build
fi
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

cd $START_PATH

# Install some packages that were missed in v1.1. Not necessary anymore in v1.2
sudo apt-get install ros-indigo-{tf-conversions,cv-bridge,image-transport,camera-info-manager,theora-image-transport,joy,image-proc} -y
sudo apt-get install ros-indigo-compressed-image-transport -y
Expand Down

0 comments on commit 2327b19

Please sign in to comment.