Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no base_link. Please set base_link and run again. #64

Open
VaibhavMall opened this issue Aug 26, 2022 · 3 comments
Open

There is no base_link. Please set base_link and run again. #64

VaibhavMall opened this issue Aug 26, 2022 · 3 comments

Comments

@VaibhavMall
Copy link

VaibhavMall commented Aug 26, 2022

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)
.

@carpit680
Copy link

Rename the root link of your cad model to base_link. In your case I assume base_plate needs to be renamed.

@FawaazMoinn
Copy link

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'

image

@akashsuthan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants