Skip to content

Commit

Permalink
Fixup after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Jan 24, 2025
1 parent 2732cd9 commit 5d32f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aligator/modelling/multibody/frame-collision.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct FrameCollisionResidualTpl : UnaryFunctionTpl<_Scalar>, frame_api {
void computeJacobians(const ConstVectorRef &x, BaseData &data) const;

shared_ptr<BaseData> createData() const {
return allocate_shared_eigen_aligned<Data>(*this);
return std::make_shared<Data>(*this);
}

protected:
Expand Down

0 comments on commit 5d32f59

Please sign in to comment.