We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65ec654 + 2bfec6e commit c85e8afCopy full SHA for c85e8af
1 file changed
bindings/expose-robot-handler.cpp
@@ -20,6 +20,8 @@ namespace simple_mpc
20
21
void exposeHandler()
22
{
23
+ ENABLE_SPECIFIC_MATRIX_TYPE(RobotModelHandler::ContactPointsMatrix);
24
+
25
bp::class_<RobotModelHandler>(
26
"RobotModelHandler", bp::init<const pinocchio::Model &, const std::string &, const std::string &>(
27
bp::args("self", "model", "reference_configuration_name", "base_frame_name")))
0 commit comments