DragonflyRobotics / DragonflyRobotics

2 stars 0 forks source link

quaruped robot fusion 360 conversion? #1

Open hariharan382 opened 2 years ago

hariharan382 commented 2 years ago

hi may i know how did you converted your bot to urdf in urdf2fusion i tried your model too but could not convert it

DragonflyRobotics commented 2 years ago

I first made the model and simplified all the bodies to reduce the number of components that will be made. Then I convert them to components and make sure that they are not nested. Then, I made the joints farthest from the base_link up. I renamed base_link and then used the extension to export the URDF. I then run the normal launch file in ROS Noetic and then this happens

hariharan382 commented 2 years ago

i just what you have mentioned but not working (i could not add here my f360 file)

hariharan382 commented 2 years ago

I too trying quadruped robot how can i implement parallel links?

DragonflyRobotics commented 2 years ago

I am sorry, but I am not sure I understand what you are saying.

hariharan382 commented 2 years ago

i did not add any nested components, did coorect parent-child link releation ship but then too it is not generating a urdf (can you give me your email please)

hariharan382 commented 2 years ago

https://drive.google.com/file/d/1-z4O5Ht3FZJeHZS46kcL5zY76CttH9F9/view?usp=sharing

this is model sir

DragonflyRobotics commented 2 years ago

My email is deepshiftlabs@outlook.com. Since I am also making a quadruped, we should collaborate. I can help you resolve the issue. Check my organization on https://github.com/DeepShift-Labs/Project-Zeta. I have my URDF file and f3d file there. You can use that as reference. Please email me any questions you have.

DragonflyRobotics commented 2 years ago

Is there a particular issue you are having?

hariharan382 commented 2 years ago

i could not see anything other than baselink in my URDF sir, i have attached my file above sir

On Fri, Feb 11, 2022 at 9:05 PM Krishna Shah @.***> wrote:

Is there a particular issue you are having?

— Reply to this email directly, view it on GitHub https://github.com/DragonflyRobotics/DragonflyRobotics/issues/1#issuecomment-1036339043, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALJKNFQV454NPNVOCBRTNQ3U2UUCJANCNFSM5ODNDPHQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

DragonflyRobotics commented 2 years ago

I had a similar issue. I believe i fixed it by redoing all the joints. First do all of the feet, then do all of the knees, then do all of the upper joints, and so on.