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
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
.
The text was updated successfully, but these errors were encountered:
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'
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
![Screenshot (36)](https://user-images.githubusercontent.com/34883663/186858655-9c9c2f61-bd7c-44f9-819c-23650721d422.png)
.
The text was updated successfully, but these errors were encountered: