-
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
Utheque: URDF-theque (library of URDFs) #166
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this is nice! See a few minor comments. Once they are done, I will format the code and merge! Thanks!
Please note that I did not try the CMake integration yet. |
@jbmouret CMake integration should be working now. I tried on my PC and added a test in the CI. Check also in your Mac. If it works there as well, we should be ready to merge... |
Objective: make it easy to use the well-maintained URDF files without robot_dart (e.g., on a real robot, which does not have assimp, dart, etc.).
$PREFIX/share/utheque
instead of$PREFIX/share/robot_dart
so that it makes more sense to use the same URDF if we do not care about robot_dart (e.g., for controllers)utheque/utheque.hpp
that makes it easy to get a URDF from the library (e.g., in a controller)TODO: option to deactivate explicitly robot_dart