-
Notifications
You must be signed in to change notification settings - Fork 283
Tendon/Muscle Rendering in Brax Visualizer #581
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
Comments
Will mujoco renderer work for you? Here is the example I found: |
Hello @InckieUltra, Thank you for the comment. I noticed that tendons/muscles are technically supported in the brax |
Hi @ttktjmt , we aren't actively developing the brax visualizer anymore. If you'd like to submit a PR, you're more than welcome but we advise to use the MuJoCo renderer when possible. |
Hi @ttktjmt , set the issue to "won't fix" but if someone wants to take a look, please feel free |
Hello brax team,
I am exploring the integration of musculoskeletal model simulations using myosuite with brax, and I would like to see tendon and muscle features within the brax simulation system. Although brax now supports tendons and muscles on the backend via MJX compatibility, the visualization (for example, through the
brax.io.html.render
function) does not display tendons.Issue
As I investigated the root cause of this problem, it seems that tendons are not currently implemented in the
System
class inbrax/base.py
and I cannot refer to them as objects from JavaScript files inbrax/visualizer/js/*.js
, which presumably contributes to this limitation. There may be other parts of the system that require modification as well.I found this issue #149 really close to my request, but it is not active, probably because brax supported mjx and tendon was supported in the backend.
Request
Would it be possible to add this feature in development as a new feature for brax? It would significantly improve the visualization aspect of the simulation for researchers and developers working with musculoskeletal models.
If integrating this feature internally is not feasible at the moment, could you please advise on which files beyond
brax/base.py
and the visualization scripts inbrax/visualizer/js/*.js
would need modification for comprehensive tendon support?Planned Implementation
Thank you in advance for considering this feature request.
The text was updated successfully, but these errors were encountered: