Skip to content

Commit

Permalink
remove vestigial bits of code now that ODE extension has been removed (
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoll authored Dec 12, 2023
1 parent ef2d621 commit 19e007c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ OMPL has the following required dependencies:

The following dependencies are optional:

* [ODE](http://ode.org) (needed to compile support for planning using the Open Dynamics Engine)
* [Py++](https://github.com/ompl/ompl/blob/main/doc/markdown/installPyPlusPlus.md) (needed to generate Python bindings)
* [Doxygen](http://www.doxygen.org) (needed to create a local copy of the documentation at
https://ompl.kavrakilab.org/core)
Expand Down
3 changes: 0 additions & 3 deletions src/ompl/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
+ OMPL_MINOR_VERSION * 1000 \
+ OMPL_PATCH_VERSION)

/** \brief Specify whether the ODE extension is built */
#cmakedefine01 OMPL_EXTENSION_ODE

/** \brief Whether FLANN is installed */
#cmakedefine01 OMPL_HAVE_FLANN

Expand Down

0 comments on commit 19e007c

Please sign in to comment.