-
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
Conversation
|
@tvdbogert this runs an generates the marker trajectories as unknown trajectory inputs. Did you have an idea on generating the marker data to track? Or should I build out a data set from some measurement data? |
|
I have basic ankle tracking running but I'm getting this error: |
…er of marker tracking time nodes.
|
Check that ground reaction force considers belt speed in the animation plots. |
| Tg.func(0*h) - Td.func(duration), | ||
| ) | ||
|
|
||
| if TRACK_MARKERS: |
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.
|
When solving one gait cycle, we would still want periodicity: qax(T)-qax(0) = 0 (like we do for all states) |
…nd comment out regularization because it didn't solve with it.
…orced to be zero.
|
This runs I'll merge and it can be tweaked in the master branch. |









TODO: