Skip to content

Commit

Permalink
py multibody: Move door_hinge notebook to avoid import errors (RobotL…
Browse files Browse the repository at this point in the history
…ocomotion#12960)

* py multibody: Move door_hinge notebook to avoid import errors
  • Loading branch information
jwnimmer-tri authored Mar 28, 2020
1 parent 76d8b5b commit 78b35c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bindings/pydrake/multibody/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ drake_pybind_library(
)

drake_jupyter_py_binary(
name = "door_hinge_joint_inspector",
name = "examples/door_hinge_inspector",
add_test_rule = 1,
deps = [
":plant_py",
Expand Down
6 changes: 3 additions & 3 deletions multibody/tree/door_hinge.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ struct DoorHingeConfig {
/// values of these different elements to obtain different characteristics for
/// the DoorHinge joint that the users want to model. A jupyter notebook tool
/// is also provided to help the users visualize the curves and design
/// parameters.
/// Run `bazel run //bindings/pydrake/multibody:door_hinge_joint_inspector` to
/// bring up the notebook.
/// parameters. Run
/// `bazel run //bindings/pydrake/multibody:examples/door_hinge_inspector`
/// to bring up the notebook.
///
/// **To give an example**, a common dishwasher door has a frictional torque
/// sufficient for it to rest motionless at any angle, a catch at the top to
Expand Down

0 comments on commit 78b35c4

Please sign in to comment.