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

Effort interface problem at startup #25

Open
mrceki opened this issue Feb 5, 2025 · 1 comment
Open

Effort interface problem at startup #25

mrceki opened this issue Feb 5, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@mrceki
Copy link

mrceki commented Feb 5, 2025

Hi,
I am running interactive marker demo with the effort interface and the robot falls until controllers loaded. I tried to put 5-10 sec sleep in while loop but it didn't work correctly. Is there any solution in Mujoco to fix that? (Like pause function in gazebo)

@sangteak601
Copy link
Member

Hi,
Thanks for reporting the issue.
If I understand correctly, you modified the interactive_marker example to use the effort controller, right?
For now, I would suggest setting the initial values of effort to reasonable values that can hold the joints without falling.

<state_interface name="effort">
  <param name="initial_value">1.0</param>
</state_interface>

The pause function is not available at the moment, but I think it would be useful in many cases. It could be a good feature to add in the future.

@sangteak601 sangteak601 added the enhancement New feature or request label Feb 6, 2025
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

2 participants