Skip to content

Commit

Permalink
[pydrake] Remove deprecated pydrake modules 2022-06 (RobotLocomotion#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Jun 1, 2022
1 parent e9ec8ea commit e8193f8
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 620 deletions.
20 changes: 0 additions & 20 deletions bindings/pydrake/manipulation/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ drake_pybind_library(
],
)

drake_py_library(
name = "simple_ui_py",
srcs = ["simple_ui.py"],
imports = PACKAGE_INFO.py_imports,
deps = [":module_py"],
)

PY_LIBRARIES_WITH_INSTALL = [
":kuka_iiwa_py",
":planner_py",
Expand All @@ -86,7 +79,6 @@ PY_LIBRARIES_WITH_INSTALL = [

PY_LIBRARIES = [
":module_py",
":simple_ui_py",
]

drake_py_unittest(
Expand Down Expand Up @@ -116,18 +108,6 @@ drake_py_unittest(
],
)

drake_py_unittest(
name = "simple_ui_test",
data = [
"//multibody/benchmarks/acrobot:models",
],
deps = [
":simple_ui_py",
"//bindings/pydrake/common/test_utilities:deprecation_py",
"//bindings/pydrake/multibody",
],
)

# Symbol roll-up (for user ease).
drake_py_library(
name = "all_py",
Expand Down
261 changes: 0 additions & 261 deletions bindings/pydrake/manipulation/simple_ui.py

This file was deleted.

69 changes: 0 additions & 69 deletions bindings/pydrake/manipulation/test/simple_ui_test.py

This file was deleted.

Loading

0 comments on commit e8193f8

Please sign in to comment.