Skip to content

Commit 037938b

Browse files
Add git dep; do not build ompl tests
1 parent 194c4f4 commit 037938b

File tree

3 files changed

+698
-0
lines changed

3 files changed

+698
-0
lines changed

patch/ros-jazzy-ompl.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2+
index 09fc750..2e4ff16 100644
3+
--- a/CMakeLists.txt
4+
+++ b/CMakeLists.txt
5+
@@ -178,7 +178,7 @@ find_program(R_EXEC R)
6+
7+
add_subdirectory(src)
8+
add_subdirectory(py-bindings)
9+
-add_subdirectory(tests)
10+
+# add_subdirectory(tests)
11+
add_subdirectory(demos)
12+
add_subdirectory(scripts)
13+
add_subdirectory(doc)

0 commit comments

Comments
 (0)