Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmarchal committed Jun 12, 2024
1 parent 87a30a7 commit 18d8335
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Cosserat/mapping/BaseCosseratMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ using sofa::type::Vec3;
using sofa::type::Vec6;
using sofa::type::Mat;

using Cosserat::type::SE3;
using se3 = sofa::type::Matrix4;
using SE3 = sofa::type::Matrix4;
using _se3 = Eigen::Matrix4d;
using _SE3 = Eigen::Matrix4d;

}
Expand Down Expand Up @@ -123,10 +125,6 @@ class BaseCosseratMapping : public sofa::core::Multi2Mapping<TIn1, TIn2, TOut>
typedef typename SolidTypes<SReal>::Transform Transform;
typedef typename sofa::type::vector<SReal> List;

typedef typename sofa::type::Matrix4 se3;
typedef typename sofa::type::Matrix4 SE3;

typedef typename Eigen::Matrix4d _se3;
typedef typename sofa::type::Mat<6, 6, SReal> Tangent;
typedef typename Eigen::Matrix3d RotMat;
typedef typename Eigen::Matrix<SReal, 6, 1> Vector6d;
Expand Down

0 comments on commit 18d8335

Please sign in to comment.