-
Notifications
You must be signed in to change notification settings - Fork 112
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
Separate joint module into separate connections and collision #113
Comments
I think |
Ok, then the consensus on this is:
|
Yes, I think it is a good idea |
Merging checklist
|
Added Updated rod-rod, rod-cylinder, self-contact classes, examples, and tests via #291 |
Added the new plane surface subclass. |
Added updated rod-plane contact class |
Updated rod-plane contact classes tests and refactored contact functions in interaction.py and joint.py |
Updated rod-plane contact examples and added continuum snake with lifting wave example |
Added cylinder-plane contact class |
Updated documentation for contact module, closing now as issue is resolved |
Currently, the implementation for connections and collision lies in
joint.py
which is a rather non-intuitive name for its contents. A more intuitive name could beconnections_and_collision.py
? @armantekinalp and @skim0119 suggestions?The text was updated successfully, but these errors were encountered: