Page 1 of 4 1234 LastLast
Results 1 to 10 of 34

Thread: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

  1. #1

    Post Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    Hi all,

    I'd like to introduce Quadbot 17, a quadruped robot born out of a learning exercise in Autodesk Fusion 360. The robot currently only exists as a CAD model, but with any luck it will become a reality soon!

    It will use AX-12A Dynamixel servos (might be upgraded to the more powerful AX-18A). The legs currently have 20 DOF and there are an additional 2 DOF for the body. Servos and brackets are from the Robotis range, with some replaced by their metal counterparts available from Trossen Robotics. They will be painted to match the colour theme. The rest of the parts will be mostly 3D printed where appropriate. The main framework of printed parts forming the body will be sandwiched between 1.6 mm thick custom (laser-cut?) aluminium plates.


    The novel aspects of this quadruped are its articulated legs, which have higher DOF than usually found on small quadrupeds, and its articulated "spine", which will help it in navigating uneven terrain.


    This robot shares many ideas and knowledge gained from my other Dynamixel-based robot, the ROSoloid. Whether or not it gets integrated with ROS and the custom GUI remains to be seen. At the very least, the Raspberry Pi will run the kinematics and walking gait code.


    One main thing I felt the ROSoloid humanoid robot was missing was an advanced sensory system. The advantage of the quadruped is its capability to carry heavier loads and provide a stable platform for sensors, hence the idea to add a Kinect! Its size seems to be perfectly fitting with the rest of the profile.


    The build progress of this robot can be followed here.

    Comments, suggestions and feedback are always welcome!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Main_2017-Feb-13_11-34-32PM-000_CustomizedView22841699829.jpg 
Views:	751 
Size:	44.8 KB 
ID:	6862  

  2. #2
    Join Date
    May 2016
    Location
    White Plains, NY
    Posts
    124
    Images
    1
    Rep Power
    23

    Re: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    Very cool! I'm big on foot sensors - add them in if you can! And I would imagine you'll want metal plates in the legs...

    Keep us informed!

  3. #3

    Re: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    Thanks! Sensors such as the FSRs can be easy to add. I've already strengthened the feet with metal plates, and updated the rear bumper, which now fits a 2200 mAh battery nicely.
    The main issue is that this is largely a theoretical exercise for now, as the electronics are around the £1000 mark, and the 3D printing another £1000 (or simply a new 3D printer!).

  4. #4

    Re: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    Freaking awsome mate. Did you end up scraping the money together to turn this beauty into life?

    Spela på allacasinopanatet.nu idag!
    Last edited by RoboChris; 09-10-2021 at 03:18 PM.
    Who said Robocop isnt real?

  5. #5

    Re: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    1.6 mm thick custom (laser-cut?) aluminium plate
    I think water jet is much cheaper. Laser cutting aluminum requires ridiculous power because of the high heat conductivity.
    (This is one reason why smaller laser shops only cut stainless steel; it has lower heat transfer and thus requires lower power to cut.)

    Do you have enough clearance between the two foot servos to get the power/signal wire in there?

    Also, I'm not too keep on FSRs because they are fragile and inexact. A hard spring plus an optical or Hall displacement sensor might be better.

    Anyway, I, too, want to see this robot built :-)

  6. #6

    Re: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    Thanks for the advice jwatte!

    I'm going to build a test rig for one full leg soon, without decorative 3D parts. Even that is not cheap!

    The forward kinematics are calculated, but that was the easy bit. IK shouldn't be that hard, a closed-form solution should be relatively easy as most of the leg moves along a plane. I think treating the foot separately will also make things easy (as a start, foot will always be co-planar with body, then can be adjusted independently for moving on uneven terrain). That's the very rough plan anyway!

  7. #7

    Re: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    The Inverse Kinematics are now also done, just in time for the hardware.
    I am still going with the idea of always keeping the foot perpendicular to the body/ground for now, I may have to make it more complex later.
    Hopefully the next update will show this working on a physical test leg!

    Click image for larger version. 

Name:	DrawingForwards.jpg 
Views:	803 
Size:	25.5 KB 
ID:	6960 Click image for larger version. 

Name:	DrawingSide.jpg 
Views:	818 
Size:	37.3 KB 
ID:	6961
    Click image for larger version. 

Name:	testIKEllipse.jpg 
Views:	788 
Size:	61.8 KB 
ID:	6959

  8. #8
    Join Date
    May 2016
    Location
    White Plains, NY
    Posts
    124
    Images
    1
    Rep Power
    23

    Re: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    Need pictures!

  9. #9

    Re: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    Hardware parts received! AX-12, Trossen metal brackets and ArbotiX-M controller. Some parts do not have metal counterparts, so I used spare plastic parts from my Bioloid kit.
    I have put together a test leg along with a frame made out of Makerbeam aluminium profiles.
    Unfortunately, I thought I had more 3-pin cables than I actually did, so I can't control all the motors just yet. However, I've got an Xbox One controller controlling the IK's foot target position, and a simple serial program on the ArbotiX-M which receives the resulting position commands for each motor.
    All I need now is the cables, then I'll be able to show a video of it actually working.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Quadbot 17 Kinematics_004.jpg 
Views:	696 
Size:	47.7 KB 
ID:	7009   Click image for larger version. 

Name:	testIKEllipse.jpg 
Views:	629 
Size:	61.8 KB 
ID:	7008   Click image for larger version. 

Name:	IMG_20170423_203427.jpg 
Views:	693 
Size:	125.4 KB 
ID:	7007   Click image for larger version. 

Name:	IMG_20170423_203128.jpg 
Views:	752 
Size:	110.3 KB 
ID:	7006  
    Last edited by m3atsauc3; 04-28-2017 at 01:19 PM. Reason: Typos

  10. #10

    Re: Quadbot 17 - Quadruped robot designed in Autodesk Fusion 360

    It moves! An Xbox controller joysticks moves the foot target position, and IK is solved such that the foot tries to stay in parallel with ground.

    I've tried to get the position updating as fast as possible, although I occasionally lose leg control and I'm not sure yet if it's serial failure or something else. The Python script sends new positions every 50 ms, serial baud rate is 38400.

    The servos initially juddered a lot with default AX-12 settings, particularly the ankle and knee. This was improved largely by increasing the compliance slopes. Changing the compliance margins, punch and speed didn't have much effect on the judder.

    Unfortunately I didn't realise the video quality was so bad until I played them back, so I will have to try again later!
    This is all I have for now:



    Click image for larger version. 

Name:	IMG_3450.jpg 
Views:	724 
Size:	65.5 KB 
ID:	7024Click image for larger version. 

Name:	IMG_3451.jpg 
Views:	716 
Size:	51.9 KB 
ID:	7025Click image for larger version. 

Name:	IMG_3464.jpg 
Views:	718 
Size:	80.1 KB 
ID:	7026Click image for larger version. 

Name:	IMG_3486.jpg 
Views:	720 
Size:	81.4 KB 
ID:	7027

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Question(s) How to do the fine calibration of a Quadbot using Phoenix Code
    By punyviking in forum Humanoids, Walkers & Crawlers
    Replies: 1
    Last Post: 09-29-2016, 01:12 PM
  2. Kinect Fusion
    By billyzelsnack in forum Robotics General Discussion
    Replies: 1
    Last Post: 08-12-2011, 12:23 AM
  3. Contest Entry Fusion
    By Quantum in forum Project Showcase
    Replies: 4
    Last Post: 10-25-2010, 11:53 PM
  4. Alum Robot Quadruped custom kit
    By innerbreed in forum Garage Sale
    Replies: 0
    Last Post: 10-17-2009, 08:26 PM
  5. News/Announcement Autodesk Student Community - Free Autodesk Software
    By srobot in forum Software and Programming
    Replies: 16
    Last Post: 10-15-2008, 03:20 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •