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

Traceback error while making urdf #65

Open
FawaazMoinn opened this issue Aug 29, 2022 · 1 comment
Open

Traceback error while making urdf #65

FawaazMoinn opened this issue Aug 29, 2022 · 1 comment

Comments

@FawaazMoinn
Copy link

Im facing this error whenever I'm making a urdf, I'm new to urdf making with fusion 360, help would be appreciated

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

@mefrankli
Copy link

We have to follow specific design practices to get the fusion to URDF plugin working,
We should mention at least one component as base_link, setting up the origin and orientation.. as ROS /Gazebo coordinate system is different from the Fusion360's XYZ, You can refer to this link to get more clarity and easy steps for the same

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

2 participants