Skip to content

Commit

Permalink
builder: Change base image to v0.18 and add clever_flight_routines in…
Browse files Browse the repository at this point in the history
…stallation
  • Loading branch information
goldarte committed Oct 3, 2019
1 parent ea86bef commit 655d11c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e # Exit immidiately on non-zero result

SOURCE_IMAGE="https://github.com/CopterExpress/clever/releases/download/v0.17/clever_v0.17.img.zip"
SOURCE_IMAGE="https://github.com/CopterExpress/clever/releases/download/v0.18/clever_v0.18.img.zip"

export DEBIAN_FRONTEND=${DEBIAN_FRONTEND:='noninteractive'}
export LANG=${LANG:='C.UTF-8'}
Expand Down
7 changes: 7 additions & 0 deletions builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,11 @@ chrony \
echo_stamp "Install python libs"
my_travis_retry pip install selectors2

echo_stamp "Install catkin packages"
cd /home/pi/catkin_ws/src
source ../devel/setup.bash
git clone https://github.com/CopterExpress/clever_tools.git
catkin_make --pkg clever_flight_routines
source devel/setup.bash

echo_stamp "End of software installation"

0 comments on commit 655d11c

Please sign in to comment.