Skip to content

Commit

Permalink
Removing examples/contact_model (#12719)
Browse files Browse the repository at this point in the history
The examples in contact_model/ were examples of the old RBT contact model.
They don't exercise MBP and its contact models. They *could* be brought
back and updated to MBP if, down the road, we feel they have value.

Note: the default docker behavior was already configured to run the
acrobot, only the documentation mistakenly referred to the bowling
simulation. Now they match.
  • Loading branch information
SeanCurtis-TRI authored Feb 11, 2020
1 parent df72630 commit 4d32083
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 2,265 deletions.
2 changes: 1 addition & 1 deletion doc/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ and CUDA support:
--volume=/tmp/.X11-unix:/tmp/.X11-unix:rw \
drake; xhost -local:root

The default command will start ``drake-visualizer`` and run the bowling ball
The default command will start ``drake-visualizer`` and run the acrobot
simulation.

.. _useful_docker_documentation:
Expand Down
1 change: 0 additions & 1 deletion examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ drake_cc_binary(
INSTALLED_MODEL_PACKAGES = [
"//examples/acrobot",
"//examples/atlas",
"//examples/contact_model",
"//examples/compass_gait",
"//examples/double_pendulum",
"//examples/irb140",
Expand Down
95 changes: 0 additions & 95 deletions examples/contact_model/BUILD.bazel

This file was deleted.

210 changes: 0 additions & 210 deletions examples/contact_model/bowling_ball.cc

This file was deleted.

Loading

0 comments on commit 4d32083

Please sign in to comment.