-
Notifications
You must be signed in to change notification settings - Fork 48
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
[RTR] Torque driven free floating base dynamics #803
Conversation
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.
Reviewed 18 of 18 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @EveCharbie)
bioptim/dynamics/dynamics_functions.py
line 597 at r1 (raw file):
else: raise RuntimeError(f"{key} not found in states or controls") return out
Should this be used everywhere?
bioptim/limits/penalty_controller.py
line 366 at r1 (raw file):
@property def qdot(self) -> OptimizationVariable:
Since q, qdot and tau are canonical in bioptim, I suggest that since you added q and qdot, that "tau" should be added as well for consistency
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.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @pariterre)
bioptim/dynamics/dynamics_functions.py
line 597 at r1 (raw file):
Previously, pariterre (Pariterre) wrote…
Should this be used everywhere?
I think yes. Can I put this function as a method of nlp?
bioptim/limits/penalty_controller.py
line 366 at r1 (raw file):
Previously, pariterre (Pariterre) wrote…
Since q, qdot and tau are canonical in bioptim, I suggest that since you added q and qdot, that "tau" should be added as well for consistency
Done.
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.
Reviewed 2 of 2 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @EveCharbie)
bioptim/dynamics/dynamics_functions.py
line 597 at r1 (raw file):
Previously, EveCharbie (Eve Charbonneau) wrote…
I think yes. Can I put this function as a method of nlp?
Sounds like a good idea!
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.
Reviewable status: 11 of 23 files reviewed, 1 unresolved discussion (waiting on @pariterre)
bioptim/dynamics/dynamics_functions.py
line 597 at r1 (raw file):
Previously, pariterre (Pariterre) wrote…
Sounds like a good idea!
Done.
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.
Reviewed 13 of 13 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @EveCharbie)
@pariterre I need help for either:
|
Close as it is a duplicate of #809 |
All Submissions:
New Feature Submissions:
black . -l120 --exclude "external/*"
)?Changes to Core Features:
This change is