You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is very interesting and we have been working on that for a long time (we have kuka and pa10 arms and multiple tools including different types of shadow hands)
Our solution is to call a macro according to arguments/parameters. With indigo version of xacro this is not possible as macro names are in the xml element name, but the jade version contains updated features (that we added) to support macro calls with xml element attribute
<xacro:call macro="${prefix}shadow_${type}" />
This way the macro description for a particular hand (or tool) can be included according to arguments/parameters
for instance R_EE_TYPE=shadow_motor which includes right_shadow_ee.urdf.xacro that provides
right_shadow_motor macro name.
This way we can easily attach any hand to our arms that are also defined with generic wrapping macros (arm_with_ee) including and calling arm macros according to type.
Empty initially.
The text was updated successfully, but these errors were encountered: