File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [[ $EUID -ne 0 ]]; then
66fi
77
88./scripts/00_download_raspbian.sh
9- ./scripts/01_extend_raspbian.sh 1000
9+ ./scripts/01_extend_raspbian.sh 5000
1010./scripts/02_mount_raspbian.sh
1111./scripts/03_copy_qemu.sh
1212./scripts/04_install_tools.sh
Original file line number Diff line number Diff line change 1- ros_comm common_msgs joy roswww
1+ ros_comm common_msgs joy roswww gscam web_video_server rosbridge_server
Original file line number Diff line number Diff line change 33
44ZIP=raspbian_lite.zip
55IMG=raspbian_lite.img
6- URL=https ://downloads.raspberrypi.org/raspbian_lite_latest
6+ URL=http ://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-04-09/2019-04-08-raspbian-stretch-lite.zip
77
88echo " Downloading latest raspbian lite release"
99mkdir -p image
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ cat << EOF | chroot $MNT
1313apt-get install dirmngr
1414
1515echo "deb http://packages.ros.org/ros/ubuntu stretch main" > /etc/apt/sources.list.d/ros-latest.list
16- apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net :80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
16+ apt-key adv --keyserver ' hkp://keyserver.ubuntu.com :80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
1717
1818apt update
1919apt -y upgrade
2020
21- apt install -y python-rosdep python-rosinstall-generator python-wstool
22- EOF
21+ apt install -y python-rosdep python-rosinstall-generator python-wstool python-pip
22+ EOF
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ rosdep update
1010
1111cd root/ros_ws
1212rosdep install -y --from-paths src --ignore-src --rosdistro kinetic -r --os=debian:stretch
13+ apt install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev # gscam dependencies
1314
1415EOF
You can’t perform that action at this time.
0 commit comments