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

Contact Points #649

Open
aaronbest123 opened this issue Dec 13, 2024 · 0 comments
Open

Contact Points #649

aaronbest123 opened this issue Dec 13, 2024 · 0 comments

Comments

@aaronbest123
Copy link

I am trying to use this library to simulate gait and I need to find when the foot contacts the ground. I think I should be using the add_contacts_point! but I cannot seem to implement it correctly. This is the current implementation that I am trying is below, would really appreciate any advice on implementing contact:

contact_point = RigidBodyDynamics.Spatial.Point3D(LAnkle_2_Foot,SVector(0.0,0.0,0.0));
add_contact_point!(RFoot, contact_point)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant