We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d46492 + 894680d commit c3e8059Copy full SHA for c3e8059
1 file changed
scripts/install-ompl-ubuntu.sh
@@ -82,6 +82,7 @@ install_ompl()
82
${SUDO} apt-get -y install git
83
git clone --recurse-submodules https://github.com/ompl/${OMPL}.git
84
cd $OMPL
85
+ git checkout 0f990886e9e40014e32ddee177c8d798adbc8fb7 # Temporary: with this commit works
86
fi
87
mkdir -p build/Release
88
cd build/Release
0 commit comments