Skip to content

Commit

Permalink
py examples: Ensure manipulation_station_py.cc imports dep modules (R…
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI authored Nov 19, 2020
1 parent ff402b6 commit aa02a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/pydrake/examples/manipulation_station_py.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ PYBIND11_MODULE(manipulation_station, m) {
m.doc() = "Bindings for the Manipulation Station example.";
constexpr auto& doc = pydrake_doc.drake.examples.manipulation_station;

py::module::import("pydrake.geometry");
py::module::import("pydrake.multibody.plant");
py::module::import("pydrake.systems.framework");

// ManipulationStation currently only supports double.
Expand Down

0 comments on commit aa02a6b

Please sign in to comment.