Skip to content
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

Deprecate struct StageConstraint, add option to set dual tolerance on SolverProxDDP, re-implement TrajOptProblemTpl::checkIntegrity() #226

Merged
merged 29 commits into from
Oct 10, 2024

Conversation

ManifoldFR
Copy link
Member

@ManifoldFR ManifoldFR commented Oct 7, 2024

Plus:

  • some Python example updates
  • turn TrajOptProblemTpl::computeTrajectoryCost() into a free function, move to traj-opt-data.hpp header
  • remove HistoryCallbackTpl::storage inner struct

Closes #224

Merge before #227

solver-proxddp.hxx: tiny simplification
…arget_dual_tol_` with a getter and setter (with side effects)
+ deprecate the related typedefs in context
+ remove the typedefs from ConstraintStackTpl
+ deprecate functions manipulating StageConstraint objects

Closes Simple-Robotics#224
@ManifoldFR ManifoldFR changed the title Deprecate struct StageConstraint, add option to set dual tolerance on SolverProxDDP Deprecate struct StageConstraint, add option to set dual tolerance on SolverProxDDP, re-implement TrajOptProblemTpl::checkIntegrity() Oct 7, 2024
@ManifoldFR ManifoldFR requested a review from edantec October 7, 2024 15:30
Expose TrajOptProblem::checkIntegrity()

Move computeTrajectoryCost() to traj-opt-data.hpp header
Copy link
Collaborator

@edantec edantec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@edantec edantec merged commit 5d3afa7 into Simple-Robotics:devel Oct 10, 2024
23 checks passed
@ManifoldFR ManifoldFR deleted the my-devel branch October 10, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants