Constraint toggle in with segments - #42
Merged
Merged
Conversation
# Conflicts: # examples/example_manipulator.cpp
- Fixed demo3 positionning - Reduced limits - Changed Link6 bloc angular positions - Generated new trajectories
- Ran all demo3 executables and created csv + json of results
- Added opt.trajectory_start_time to the lookup
Shows the smallest distance and where it happens between two bots
- Check if dynamic constraint gradients are working properly
This reverts commit 74de91f.
- done once in constraint function
gallantandre
previously approved these changes
Feb 8, 2026
|
|
||
| opt->lb = Array(opt->x_len(), -HUGE_VAL); | ||
| opt->ub = Array(opt->x_len(), -HUGE_VAL); | ||
| opt->ub = Array(opt->x_len(), -HUGE_VAL); // todo: should the ub be -HUGE_VAL ? |
Member
There was a problem hiding this comment.
Definitely should have been positive inf
gallantandre
approved these changes
Feb 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.