-
Notifications
You must be signed in to change notification settings - Fork 25
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
Install the robot URDF in some 'path'? #52
Comments
How do we include the URDF?
And where do we install them? I feel we need to have well-curated URDF because 'random urdf' usually do not work well. We also need to tune the collision shapes, etc. for maximum performance. |
I agree with you here.
Let's first finish the main restructuring of the library and then we should discuss on how to add example robots in robot_dart (along with their URDFs). |
We are almost there :) Thinking about it, I would suggest to create classes for each robot (Talos, Iiwa, etc.) because this would make it easier to define sensors and accessors with intuitive names. Each class would use a default URDF, which would be taken from either a 'res' directory if it exists, from a ROBOT_DART_PATH env variable, or from The |
Should we install the URDF files in something like $PREFIX/robot_dart/robots/ ?
Because for now we need to copy/link them in each project.
The text was updated successfully, but these errors were encountered: