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
Working on a ur10e from the ur_description package from UniversalRobot; I would like to use your urdf visualiser. However I've get the following error message : XacroParser: Could not load included file: /urdf/inc/ur_transmissions.xacro . This file is specific to the ur description and I cannot remove it.
Here is my settings.json file:
{
// Some settings
"urdf-visualizer.packages": {
"smart_robot": "$/home/luca/ros2_ws/smart_robot/src/sr_description"
}
}
I've follow the installation guide with the .vsix and ect ...