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

The code fails when trying to load robots with prismatic joints #29

Open
benjamin-levin opened this issue Jan 28, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@benjamin-levin
Copy link

I tried exporting a robot with a prismatic joint and it failed with an error message claiming that a Prismatic Joint needs to be initialized with limits. When I looked in the urdf.py file I realized that the limits were commented out. When I uncommented that code and added the limits I desired it fixed the problem. Please fix the code to get the real joint limits for both revolute joints and prismatic joints. Fortunately, the robot I am working on at the moment only has 1 prismatic joint but my band-aid fix will not work in other cases.

@senthurayyappan senthurayyappan added the bug Something isn't working label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants