Closed lrapetti closed 4 years ago
I suggest you to add:
#include "iDynTree/ConvexHullHelpers.h"
and
%include "iDynTree/ConvexHullHelpers.h"
to
iDynTree.i
as well, as this header is included byInverseKinematics.h
and so ensuring that it is wrapper correctly could help.
Adding ConvexHullHelpers.h
I no longer experience the error and I was able to generate the bindings.
PR opened at https://github.com/robotology/idyntree/pull/633
There was also issue https://github.com/robotology/idyntree/issues/498 that tracked the same problem.
PR opened at #633
merged.
Today we tried to generate the bindings also for the
inverse-kinematics
class. Following the guidelines, we modified theiDynTree.i
file by adding:and
But the generation of the binding failed with the following error:
the error seems related to
Polygon2D
class definition.@traversaro answered