Skip to content

Commit ab20b3f

Browse files
Update OctoMap to latest release (1.10.0)
Recent CI changes resulted in build errors with OctoMap 1.8. Update to the most recent release, and include a work-around for an install problem (OctoMap/octomap#445). Fixes: #656
1 parent 355919e commit ab20b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ sudo apt-get -qq --yes --force-yes install libccd-dev
77
# Octomap
88
git clone https://github.com/OctoMap/octomap
99
cd octomap
10-
git checkout tags/v1.8.0
10+
git checkout tags/v1.10.0
1111
mkdir build
1212
cd build
13-
cmake ..
13+
cmake -DCMAKE_BUILD_TYPE=Release ..
1414
make
1515
sudo make install

0 commit comments

Comments
 (0)