We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495ee4a commit 4758b80Copy full SHA for 4758b80
include/pinocchio/bindings/python/multibody/model.hpp
@@ -232,6 +232,8 @@ namespace pinocchio
232
233
.PINOCCHIO_ADD_STATIC_PROPERTY_READONLY_BYVALUE(
234
Model, gravity981, "Default gravity field value on the Earth.");
235
+
236
+ bp::register_ptr_to_python<std::shared_ptr<Model>>();
237
}
238
239
static JointIndex addJoint0(
0 commit comments