-
Notifications
You must be signed in to change notification settings - Fork 60
Allow passing kwargs to yourdfpy.load_robot_description
#156
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
Allow passing kwargs to yourdfpy.load_robot_description
#156
Conversation
Pull Request Test Coverage Report for Build 15748962655Details
💛 - Coveralls |
|
Thank you for this proposal 👍 Regarding the defaults, I'd recommend we don't overriding upstream defaults (here the documentation of URDF.load states that One thing we could do is add a |
|
Oh, the kwargs is a better idea! I'll do that and update the changelog. |
kwargs to load_robot_description
|
@stephane-caron Updated! |
56b46f7 to
17de398
Compare
kwargs to load_robot_descriptionkwargs to yourdfpy.load_robot_description
17de398
into
robot-descriptions:main
|
Merged, thank you for taking care of this 👍 |
Thank you! Looking forward to the next released version to use this. |
|
On it 😉 |
Created a small update to help solve this issue in Viser: nerfstudio-project/viser#483
Otherwise, the
yourdfpyloader in this package only ever loads visual meshes/scenes, but not the collision ones.I did default both parameters to true since it shouldn't hurt to always load everything by default, but let me know if this is not desired.