-
Notifications
You must be signed in to change notification settings - Fork 0
Add function to generate x,y coordinates of various points. #14
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
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
836072b
Add function to generate x,y coordinates of various points.
moorepants 508b15e
Use time_varying function instead of dynamicsymbols.
moorepants f0ff5d0
Added marker equations to system of equations in the OCP.
moorepants a2c3c2a
Fix animation to only use the joint torques.
moorepants c67d5f0
Reorder/rename markers.
moorepants e7b2d78
Roughed out an objective for tracking markers.
moorepants 7826d89
Fixed merge conflict.
moorepants eee2935
Merge branch 'marker-eqs' of github.com:mechmotum/gait-closed-loop-id…
moorepants e1037e1
Try tracking only the ankle.
moorepants 3a048c9
Ankle tracking runs but has IPOPT errors and does not not find optimal.
moorepants 7e0abd1
Handle the 40 vs 50 nodes in objective differently and divide by numb…
moorepants 1861b33
Add ankle tracking plot.
moorepants c9238b6
Add ank position periodicity constraints and shift measurement data b…
moorepants e5126aa
Shift x data back a bit more.
moorepants 9c3f9ab
Include a switch for marker tracking and use logging.
moorepants a25aef9
Name logger and only add marker constraints if tracking markers.
moorepants fb5ff46
solve_standing doesn't need to specify max iterations, default is fine
tvdbogert 38ccee1
solve.py regularization term added but not tested!
tvdbogert 03764e5
Merge branch 'marker-eqs' of https://github.com/mechmotum/gait-closed…
tvdbogert ab1c3cc
fixed error in solve.py
tvdbogert 3dc1237
Corrected sum of squares.
moorepants a415a9e
Merge branch 'marker-eqs' of github.com:mechmotum/gait-closed-loop-id…
moorepants 72fe2d0
Fix ground reaction force animation plot (had speed before torques) a…
moorepants 61ad7e4
Lower the regularization weight so it solves, remove locking qax to z…
moorepants 1a33697
Remove data shift I had that was trying to compensate for qax being f…
moorepants File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If tracking markers we do not want to set the qax to equal zero at the start and end of the half gait cycle.