From f7e3f831c796e32a89b76b31672964c129d62193 Mon Sep 17 00:00:00 2001 From: "Javier V. Gomez" <jvgomez@rapyuta-robotics.com> Date: Wed, 15 Jun 2016 13:25:05 +0200 Subject: [PATCH] Update CI's Octomap version --- ci/install_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install_linux.sh b/ci/install_linux.sh index 6af8c1ed..db894789 100755 --- a/ci/install_linux.sh +++ b/ci/install_linux.sh @@ -11,7 +11,7 @@ sudo apt-get -qq --yes --force-yes install libeigen3-dev # Octomap git clone https://github.com/OctoMap/octomap cd octomap -git checkout tags/v1.6.8 +git checkout tags/v1.8.0 mkdir build cd build cmake .. -- GitLab