Skip to content

Commit c85e8af

Browse files
authored
Merge pull request #82 from Simple-Robotics/fix_matrix43_binding
Fix matrix<double,4,3> binding
2 parents 65ec654 + 2bfec6e commit c85e8af

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)