Skip to content

Commit

Permalink
Update drake_extension_ext.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 12, 2024
1 parent 613a5c9 commit 570dd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drake_extension_ext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SimpleAdder : public LeafSystem<T> {
PYBIND11_MODULE(drake_extension_ext , m) {
m.doc() = "Example module interfacing with pydrake and Drake C++";

py::module::import("pydrake.systems.framework");
//py::module::import("pydrake.systems.framework");

using T = double;

Expand Down

0 comments on commit 570dd3b

Please sign in to comment.