Skip to content

Commit

Permalink
robonetracker.sh runs ros setup on 14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ahundt committed Jan 26, 2017
1 parent 439ff3d commit 6999570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robonetracker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sudo apt install -y libzmq3-dev libceres-dev

. /etc/lsb-release # get ubuntu version number
# only install
if [ "$DISTRIB_RELEASE" == "16.04" ]; then
if [ "$DISTRIB_RELEASE" == "16.04" ] || [ "$DISTRIB_RELEASE" == "14.04" ]; then
./ros.sh
EXTRA_TOOLS="-DWITH_ROS=ON"
fi
Expand Down

0 comments on commit 6999570

Please sign in to comment.