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

[QUESTION] Possible examples of muscle actuation #321

Open
yswhynot opened this issue Oct 1, 2024 · 0 comments
Open

[QUESTION] Possible examples of muscle actuation #321

yswhynot opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
question The issue author requires information

Comments

@yswhynot
Copy link

yswhynot commented Oct 1, 2024

I wonder if there are any existing simple examples of how to use the muscle/tendon actuation? I understand it is still under development. But I just really hope to try it out.

I was trying to just run it and see a minor bug in Line 347 in warp/sim/render.py

muscle_activation = self.model.muscle_activation.numpy()

It seems like it should be model.muscle_activations. I tried running it and got the error

AttributeError: 'Model' object has no attribute 'muscle_activation'. Did you mean: 'muscle_activations'?

Or if currently there is no example, is there any timeline for when this feature will be implemented? Thank you! 😄

@yswhynot yswhynot added the question The issue author requires information label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question The issue author requires information
Projects
None yet
Development

No branches or pull requests

2 participants