Open DragonflyRobotics opened 2 years ago
Yello,
I ran into the same type of issue. For my issue, 2 different links were repeated twice.
In the .xacro file, comparing links with the same name, the only difference was the location of the origin. Otherwise, everything else was the same.
In the .gazebo file, although there are repeated links, there was no difference between them:
As for the .xacro file, the best thing to do is:
I just exported my model to URDF. I made no modifications to the entire folder that it exported but when I do this:
catkin_make
source devel/setup.bash
roslaunch urdf_description display.launch
It gives me this:
BL_Dual_Motor_Mount_1 is the part. I checked the main .xacro file and indeed, there are 2 copies of each parts' link. I compared its contents and the origin was different. If I comment out 1 of the parts, this error goes away but another one for a different part appears. Why is it making duplicates? Is this a model issue or a script issue?
Then I tried running the gazebo launch and it gave me this:
To get all the files, visit my Github repo: [HERE](https://github.com/Project-Zeta-v2/Project-Zeta/tree/main/CAD/URDF/zeta_urdf_description
Please let me know if you need any other information to solve or reproduce this issue.