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

Default Value limits for 'continuous' type joints #5

Open
antbre opened this issue Jan 12, 2025 · 1 comment
Open

Default Value limits for 'continuous' type joints #5

antbre opened this issue Jan 12, 2025 · 1 comment

Comments

@antbre
Copy link

antbre commented Jan 12, 2025

When previewing an URDF with continuous type joints, by default, the control does not work since the default values of the limits take on all zero values. In the definition of continuous type joints the limit paramet is optional, therefore many URDFs with these kind of joints do not have the limit parameters set.

I suggest to set the default values to something like:

    <limit lower="-6.28" upper="6.26" effort="1000.0" velocity="1000.0"/>

to avoid this problem.

@MorningFrog
Copy link
Owner

Thanks to your suggestions, you should now be able to drag the continuous joint directly on the 3D view. Your suggestions will be added in the next version (when I have time). Thanks

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

2 participants