Skip to content

Commit e398c3e

Browse files
authored
remove vestigial bits of code now that ODE extension has been removed (#10)
1 parent b5037aa commit e398c3e

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,6 @@ if(OPENGL_FOUND AND NOT MSVC)
269269
set(PKG_NAME "ompl")
270270
set(PKG_DESC "The Open Motion Planning Library")
271271
set(PKG_EXTERNAL_DEPS "eigen3 ${ompl_PKG_DEPS}")
272-
if(OMPL_EXTENSION_ODE)
273-
set(PKG_EXTERNAL_DEPS "${PKG_EXTERNAL_DEPS}")
274-
endif()
275272
set(PKG_OMPL_LIBS "-lompl -lompl_app_base -lompl_app ${ompl_LINK_FLAGS}")
276273
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/ompl/CMakeModules/ompl.pc.in"
277274
"${CMAKE_CURRENT_BINARY_DIR}/ompl.pc" @ONLY)

CMakeModules/FindDrawstuff.cmake

Lines changed: 0 additions & 28 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ The following dependencies are optional:
2323
* [PyQt](https://www.riverbankcomputing.co.uk/software/pyqt/download5) (for GUI)
2424
* [PyOpenGL](https://pyopengl.sourceforge.net/) (for GUI)
2525
* [Py++](https://github.com/ompl/ompl/blob/main/doc/markdown/installPyPlusPlus.md) (needed to generate Python bindings)
26-
* [ODE](http://ode.org) (needed to compile support for planning using the Open Dynamics Engine)
2726
* [Doxygen](http://www.doxygen.org) (needed to create a local copy of the documentation at
2827
https://ompl.kavrakilab.org)
2928

0 commit comments

Comments
 (0)