Skip to content
Snippets Groups Projects
Commit d8f1112c authored by Justin Carpentier's avatar Justin Carpentier
Browse files

Merge pull request #172 from MaximilienNaveau/devel

overload the new operator for the model and data classes
parents ce79ae50 b6caf8c6
Branches
Tags
No related merge requests found
......@@ -46,6 +46,7 @@ namespace se3
class Model
{
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
typedef se3::Index Index;
typedef se3::JointIndex JointIndex;
typedef se3::GeomIndex GeomIndex;
......@@ -348,6 +349,7 @@ namespace se3
class Data
{
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
/// \brief The 6d jacobian type (temporary)
typedef Eigen::Matrix<double,6,Eigen::Dynamic> Matrix6x;
/// \brief The 3d jacobian type (temporary)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment