Skip to content

Commit 2bfec6e

Browse files
committed
Fix matrix<double,4,3> binding
1 parent 65ec654 commit 2bfec6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/expose-robot-handler.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ namespace simple_mpc
2020

2121
void exposeHandler()
2222
{
23+
ENABLE_SPECIFIC_MATRIX_TYPE(RobotModelHandler::ContactPointsMatrix);
24+
2325
bp::class_<RobotModelHandler>(
2426
"RobotModelHandler", bp::init<const pinocchio::Model &, const std::string &, const std::string &>(
2527
bp::args("self", "model", "reference_configuration_name", "base_frame_name")))

0 commit comments

Comments
 (0)