WAM Add - #349
Conversation
|
Hi @gaolongsen thanks for submitting the model, and I apologise for the very long time in responding. All toolbox models are distributed via PyPI which has quite serious limits on the size of a package, I do not think that the SolidWorks models need to be included here, perhaps include a link to your own repo in a There are inertial parameters in this model, and I think they would be important to people who use a model of a robot like the WAM. Could you add that data? I hope you can be a contributor to the toolbox. |
|
Hi Prof. Peter, I have made changes based on all your valuable suggestions. The new version keeps the same structure as other robot models that contains two folders: meshes + urdf. The inertia information for each link of the WAM robot with 7 DoF is included in the file "components.urdf.xacro"; also, for the Barrett hand, the inertia information for all links is in "hand.urdf.xacro". I tested the version in my local environment, and nothing went wrong. I'm looking forward to hearing your feedback and double-checking. Thanks for your time! It's my honor to contribute this pretty powerful tool library! |
|
@petercorke Hi Prof. Peter, would you mind taking the time to have a look at the PR? Thanks for your time! |
|
Thank you for your interest in RTB, and for putting together WAM support — a 7-DOF Barrett WAM model is a nice addition and we appreciate the contribution. Unfortunately we're not able to merge this as-is, for a couple of reasons. First, storage: the mesh/URDF assets this PR adds come to about 16.6 MB across 79 files, all of which would land in Second, and independent of size: the WAM description here looks to originate from Both concerns point the same direction: rather than vendor a copy into RTB, this is a good fit for Adding it there is a small PR: register Separately, if a full mesh/URDF model is more than you need: we'd also very happily take a lightweight pure kinematic model instead — just the DH parameters or an ETS chain for the WAM, no geometry attached — as a small drop-in under Closing for now given the storage and licensing constraints, but please do come back — either with a |
Hello, I add WAM 7 DOF robot in the package. The model test was without any problem. I look forward to being a contributor to the package!