Skip to content
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

Attached configuration #21

Open
sdast9 opened this issue Jun 30, 2021 · 3 comments
Open

Attached configuration #21

sdast9 opened this issue Jun 30, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@sdast9
Copy link

sdast9 commented Jun 30, 2021

This is really amazing work- thank you! I'm wondering if there is a way to maintain an attachment between 2 objects throughout the simulation. For example, in your initialize attached configuration example on the wiki, the objects fall together, but then separate after colliding with the ground. Is there a way for them to maintain the attachment (i.e. minimal distance between nodes) throughout the simulation?

@liminchen
Copy link
Collaborator

Great question! The simulator currently does not directly support it. You could think about implementing extra equality constraints in C++ to the system such that the relative positions of certain pairs of nodes are fixed.

@sdast9
Copy link
Author

sdast9 commented Jul 1, 2021

Agreed. I will have to learn C++ beyond "hello world" and study your code closely to get there. Just wanted to confirm that before taking on the challenge. Thanks again for this outstanding contribution!

@liminchen
Copy link
Collaborator

Sure! I really appreciate your interest and acknowledgment!

@zfergus zfergus added the enhancement New feature or request label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants