We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39d1ae commit 572500dCopy full SHA for 572500d
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
make
50
- name: Build ompl
51
run: |
52
- sudo apt install -y cmake libboost1.74-dev libboost-program-options1.74-dev libboost-filesystem1.74-dev libboost-serialization1.74-dev libboost-python1.74-dev libopencv-dev
+ sudo apt install -y cmake libboost1.74-dev libboost-program-options1.74-dev libboost-filesystem1.74-dev libboost-serialization1.74-dev libboost-python1.74-dev libopencv-dev libompl-dev
53
cd roadmaps/ompl
54
mkdir -p build
55
cd build
0 commit comments