Skip to content

Merge parts of proxsuite-nlp (manifolds and constraints) into aligator #309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 73 commits into from
May 6, 2025

Conversation

ManifoldFR
Copy link
Member

@ManifoldFR ManifoldFR commented May 5, 2025

This pull request will make aligator independent of proxsuite-nlp.

Additional changes

Modifications with respect to proxsuite-nlp

  • the virtual ManifoldAbstractTpl::rand and ManifoldAbstractTpl::neutral member functions are now made protected and suffixed with _impl, to indicate the implementations are overridden in derived classes
  • same for the virtual member function ManifoldAbstractTpl::JintegrateTransport, split into (protected, virtual) implementation and actual API
  • a type trait is_pinocchio_lie_group<G> has been added, which checks if G is a CRTP child of the CRTP base class pinocchio::LieGroupBase

Other changes

  • the aligator/macros.hpp header was removed, as were the macros ALIGATOR_WITH_CPP_14 and ALIGATOR_WITH_CPP_17 which are redundant (aligator officially requires C++17)
  • merge aligator/python/macros.hpp into aligator/python/fwd.hpp
  • remove aligator/python/polymorphic-convertible.hpp (merged into aligator/python/polymorphic.hpp)

@ManifoldFR ManifoldFR force-pushed the merge-proxsuite-nlp-core branch 14 times, most recently from f867422 to ec44071 Compare May 6, 2025 08:46
@ManifoldFR ManifoldFR marked this pull request as ready for review May 6, 2025 18:47
@ManifoldFR ManifoldFR changed the base branch from main to topic/next May 6, 2025 21:03
+ rearrange some headers in polymorphic.hpp
@ManifoldFR ManifoldFR force-pushed the merge-proxsuite-nlp-core branch from cf20b2e to 6e0f3f4 Compare May 6, 2025 21:49
@ManifoldFR ManifoldFR merged commit 1102a05 into topic/next May 6, 2025
13 checks passed
@ManifoldFR ManifoldFR deleted the merge-proxsuite-nlp-core branch May 6, 2025 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant