Open VaibhavMall opened 2 years ago
Rename the root link of your cad model to base_link. In your case I assume base_plate needs to be renamed.
Im too facing this probelm
Failed: Traceback (most recent call last): File "C:/Users/Admin/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/Scripts/URDF_Exporter/URDF_Exporter.py", line 59, in run joints_dict, msg = Joint.make_joints_dict(root, msg) File "C:\Users/Admin/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/Scripts/URDF_Exporter\core\Joint.py", line 172, in make_joints_dict if joint.occurrenceTwo.component.name == 'base_link': AttributeError: 'NoneType' object has no attribute 'component'
Rename the root link of your cad model to base_link. In your case I assume base_plate needs to be renamed.
did you find any way to rectify this even I too have this same issue
I'm trying to export a fusion file to URDF, but it's throwing this error. "There is no base_link. Please set base_link and run again." I'm not able to understand how to troubleshoot this .