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
When starting a BiManual setup with agni_description (typically sfb setup) multiple material descriptions are added to the full robot_description, probably since this addition
which causes issues for the joint_state_publisher required in the jsmerger.launch due to duplicate materials (even triple since sfb.urdf.xacro used to load materials once for the entire setup)
/vol/....../agni_deploy/launch/jsmerger.launch
[ERROR] [1658945140.050018284]: material 'Blue' is not unique.
standalone hands never had issues with missing material in the past, even when started in simulation, so I am not sure why this addition was needed now.
The text was updated successfully, but these errors were encountered:
Is this just a cosmetic issue, i.e. did everything still work as expected and you just want to get rid of the error messages (which actually should be warnings only)?
our vdemo component jsmerger fails the "check" and stops, so the error is probably significant, because when the duplicate entries are removed, the vdemo check passes. I did not look further.
For now, I resetted melodic-devel to its old state. Looks like I rebased my noetic-devel changes to melodic-devel to try them there as well. But I didn't finish this work yet...
There was another duplicate material (dark_grey) in ubi-noetic-devel branch (due to this commit), which I reverted too now. TODO: Update Shadow sources to latest release.
When starting a BiManual setup with
agni_description
(typically sfb setup) multiple material descriptions are added to the full robot_description, probably since this additionagni_robots/agni_description/robots/shadow_hand.urdf.xacro
Line 4 in d6be5be
joint_state_publisher
required in thejsmerger.launch
due to duplicate materials (even triple sincesfb.urdf.xacro
used to load materials once for the entire setup)standalone hands never had issues with missing material in the past, even when started in simulation, so I am not sure why this addition was needed now.
The text was updated successfully, but these errors were encountered: