Skip to content

Commit

Permalink
Remove planning component and FLANN dependency (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Oct 5, 2017
1 parent cc34abd commit 395a78f
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 2,226 deletions.
38 changes: 0 additions & 38 deletions cmake/FindFLANN.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions dart/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
# gui
# osg
# render
# planning

#===============================================================================
# Targets - {dependency targets}, source directories, [external dependency libs]
Expand All @@ -48,7 +47,6 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
# dart-utils-urdf - {dart-utils}, utils/urdf, [urdfdom]
# dart-gui - {dart}, gui, [opengl, glut]
# dart-gui-osg - {dart-gui}, gui/osg, gui/osg/render, [openscenegraph]
# dart-planning - {dart}, planning, [flann]

#===============================================================================
# Components - (dependency component), {dependency targets}
Expand All @@ -61,7 +59,6 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
# utils-urdf - (utils), {dart-utils-urdf}
# gui - (utils), {dart-gui}
# gui-osg - (gui), {dart-gui-osg}
# planning - (dart), {dart-planning}

# Component. This should be called before adding subdirectories.
add_component(${PROJECT_NAME} dart)
Expand All @@ -84,7 +81,6 @@ add_subdirectory(dynamics)
add_subdirectory(collision)
add_subdirectory(constraint)
add_subdirectory(simulation)
add_subdirectory(planning) # flann
add_subdirectory(utils) # tinyxml, tinyxml2, bullet
add_subdirectory(gui) # opengl, glut, bullet

Expand Down
1 change: 0 additions & 1 deletion dart/config.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
#cmakedefine01 HAVE_SNOPT
#cmakedefine01 HAVE_BULLET
#cmakedefine01 HAVE_ODE
#cmakedefine01 HAVE_FLANN

#cmakedefine01 DART_ENABLE_SIMD

Expand Down
48 changes: 0 additions & 48 deletions dart/planning/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 395a78f

Please sign in to comment.