Skip to content

Commit

Permalink
builder: Fix installation of catkin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
goldarte committed Oct 7, 2019
1 parent c8a359e commit ff09da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ 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
cd ..
source devel/setup.bash
catkin_make --pkg clever_flight_routines
source devel/setup.bash

Expand Down

0 comments on commit ff09da5

Please sign in to comment.