Skip to content

Commit

Permalink
Remove LittleDog example
Browse files Browse the repository at this point in the history
This depends on parts of Drake's MATLAB support that are going to be
replaced.  We can add it back later if we choose to forward-port it.
  • Loading branch information
jwnimmer-tri committed Jun 1, 2017
1 parent 9139ca1 commit 1a5bb08
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 58 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
[submodule "externals/nlopt"]
path = externals/nlopt
url = https://github.com/stevengj/nlopt.git
[submodule "drake/examples/LittleDog"]
path = drake/examples/LittleDog
url = https://github.com/RobotLocomotion/LittleDog.git
[submodule "externals/ipopt"]
path = externals/ipopt
url = https://github.com/RobotLocomotion/ipopt-mirror.git
Expand Down
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ include(CTest)

include(cmake/config.cmake)
include(cmake/externals.cmake)
include(cmake/examples.cmake)
include(cmake/options.cmake)
include(cmake/package.cmake)
include(cmake/tools.cmake)
Expand Down Expand Up @@ -384,14 +383,6 @@ drake_add_external(director PUBLIC CMAKE TEST PYTHON QT VTK

# END external projects
###############################################################################
# BEGIN examples

# Optional examples
drake_add_example(LittleDog OFF
"planning and control for a small quadruped robot")

# END examples
###############################################################################
# BEGIN ros packages

# END ros packages
Expand Down
44 changes: 0 additions & 44 deletions cmake/examples.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion drake/doc/gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ LittleDog Gait Optimization
<iframe width="560" height="315" src="https://www.youtube.com/embed/Yvg35TGJuFw?rel=0" frameborder="0" allowfullscreen></iframe>
*Source Code:* `drake/examples/LittleDog <https://github.com/RobotLocomotion/LittleDog>`_ (set EXAMPLES_LITTLEDOG to ON in drake-distro cmake options to install it)
*Source Code:* `drake/examples/LittleDog <https://github.com/RobotLocomotion/LittleDog>`_


Strandbeest
Expand Down
1 change: 0 additions & 1 deletion drake/examples/LittleDog
Submodule LittleDog deleted from b64b2b

0 comments on commit 1a5bb08

Please sign in to comment.