We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d46492 commit 894680dCopy full SHA for 894680d
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