Skip to content

Commit

Permalink
[fix] fixed build_all.sh so you can build algorithms without running …
Browse files Browse the repository at this point in the history
…catkin_make previously.
  • Loading branch information
cyanine-gi committed Apr 26, 2021
1 parent 912630c commit 5a78c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_all.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# A simple and naive BVT :)

cd algorithms/build&&cmake ../src&&make gaas_msgs_gencpp&&make -j2 && cd ../../simulation&&catkin_make
cd algorithms&&catkin_make gaas_msgs_gencpp
cd build&&cmake ../src&&make gaas_msgs_gencpp&&make -j2 && cd ../../simulation&&catkin_make

0 comments on commit 5a78c76

Please sign in to comment.