DingoQuadruped Is A Cheap Canine-Like Robot

Robot humanoids are cool, but also a bit hard to make work as they only have two legs to stand on. Four-legged robots can be a bit more approachable. The Dingo Quadruped aims to be just such an open-source platform for teaching and experimentation purposes.

The robot is based on the Stanford Pupper, a robot platform we’ve discussed previously. It bears a design not dissimilar from the popular Spot robot from Boston Dynamics. Where Spot costs tens of thousands of dollars, though, Dingo is far cheaper, intended for cheap production by students and researchers for less than $1,500.

The robot weighs around 3 kg, and is approximately the size of a shoebox. Control over the robot is via a wireless game controller. Each leg uses three high-torque servo motors, which are elegantly placed to reduce the inertia of the leg itself. A Raspberry Pi runs the show, with an Arduino Nano also onboard for interfacing analog sensors or additional hardware. The chassis itself has a highly modular design, with a focus on making it easy to add additional hardware.

If you want to get started experimenting with quadruped robots, the Dingo might just be the perfect platform for you. Video after the break.

Continue reading “DingoQuadruped Is A Cheap Canine-Like Robot”

Simple Mod Lets Quadruped Robot Stand And Walk

When it comes to locomotion, robots don’t typically do more than one thing at a time. Walkers stick to walking, and rollers stick to rolling. However, this simple method of enabling a cheetah-style quadruped to stand and even walk a little is pretty clever.

With just a couple of rigid struts attached to the shins of the rear legs, it becomes possible for the robot to lever itself up into a stable standing position, and even shuffle around a bit. Not bad for a couple bolted-on bits with no moving parts!

The robot style will look pretty familiar to some of our readers. It does resemble Boston Dynamics’ Spot but it’s closer to the MIT Mini Cheetah, whose design and brushless motors made for eye-catching agility and speed. It has inspired not just countless DIY efforts, but also kits of parts from overseas sellers.

The image here should make it clear how it works, but take a moment to also watch the short video embedded just below the page break, and see the process in action from beginning to end.

Continue reading “Simple Mod Lets Quadruped Robot Stand And Walk”

Capstan Drive Is Pulling The Strings On This Dynamic Quadruped

When it comes to legged robots, it’s easy to think that the complexity and machining costs would keep these creatures far away from becoming anyone’s garage hobby. But, through a series of clever design choices, [Damian Lickindorf] has found a way to beat the odds and give life to Stanley, a low-cost, dynamic quadruped with some serious kick!

As if building a working legged robot weren’t already a tricky task, [Damian] has made some classy design choices to keep the price low and reduce fabrication complexity without sacrificing performance. Keeping up with the latest trend in Quasi-Direct Drive legged robots that started with the MIT Mini Cheetah, [Damian] constructed a small transmission with a gear reduction under 1:9. This choice slightly reduces the amount of heat produced by operating the motor at low-speeds with high torque without sacrificing too much control bandwidth (think: “leg responsiveness”).

Unlike the Cheetah, though, which uses a planetary gearbox, [Damian] opts for a capstan drive, a cable-driven transmission that’s both backlash free and backdriveable: two must-haves for force-sensitive dynamic legged robots. For legs, he’s opting for 2d machined FR4 (think: circuit board material). And for motors, he’s chosen a set of brushless motors with a large gap radius and driven by Moteus Drivers. The result is high fidelity, dynamic build that’s a fraction of the cost of some of the creatures we’re seeing emerge from academic research labs.

If you’re looking to feast your eyes on some action shots, look no further than [Damian’s] YouTube and Instagram presence. And if you’re looking to follow the project, have a look at the Hackaday.io project. While we’re eager to see the project continue to unfold, we’re thrilled by how far it’s come. In the meantime, be sure to take a look at one of the project’s inspirations: the Mjbots Quad A0.

Finally, since we’ve not seen capstan drives much on Hackaday, if you’re curious about these mechanisms and can get past the paywall, these two research papers might be a good place to dig deeper.

Continue reading “Capstan Drive Is Pulling The Strings On This Dynamic Quadruped”

Little Quadruped Uses Many Servos

Walking robots were once the purview of major corporations spending huge dollars on research programs. Now, they’re something you can experiment with at home. [Technovation] has been doing just that with his micro quadruped build.

The build runs twelve servos – three per leg – to enable for a great range of movement for each limb. The servos are all controlled by an Arduino Uno fitted with an Arduino Sensor Shield. Everything is fitted together with a 3D printed chassis and limb segments that bolt directly on to the servo output shafts. This is a common way of building quick, easy, lightweight assemblies with servos, and it works great here. Inverse kinematics is used to calculate the required motions of each joint, and the robot can take steps from 1 to 4cm long in a variety of gaits.

We’d love to see a few sensors and a battery pack added on to allow the ‘bot to explore further in an untethered fashion. [Technovation] has left some provision to mount extra hardware, so we look forward to seeing what comes next.

We’ve seen bigger quadrupeds do great things, too. Video after the break.

Continue reading “Little Quadruped Uses Many Servos”

Spherical Quadruped Arduino Robot

[Greg06] started learning electronics the same way most of us did: buy a few kits, read a few tutorials, and try your hardest to put a few things together. Sound familiar? After a while, you noticed your skills started increasing, and your comfort level with different projects improved as well. Eventually, you try your hand at making your own custom projects and publishing your own tutorials.

Few are lucky to have a first-project as elaborate as [Greg06’s] quadruped robot. We don’t know about you, but for some of us, we were satisfied with blinking two LEDs instead of just one.

[Greg06’s] robot has a quadruped based, housed within a 3D printed spherical body. The legs are retractable and are actuated by tiny servo motors inside the body. [Greg06] even included an ultrasonic distance sensor for the obstacle avoidance mechanism. Honestly, if it weren’t for the ultrasonic distance sensor protruding from the spherical body, you might think that the entire robot was just a little Wiffle ball. This reminds us of another design we’ve seen before.

If that weren’t enough, the spherical head can rotate, widening the range of the ultrasonic distance sensor and obstacle avoidance mechanism. This is accomplished by attaching another servo motor to the head.

Pretty neat design if you ask us. Definitely one of the coolest quadrupeds we’ve seen.

Compliant Quadruped Legs Using Servos

Walking robots that move smoothly are tricky to build and usually involve some sort of compliant leg mechanism — a robot limb that can rebound like natural physiology for much better movement than what a stiff machine can accomplish. In his everlasting quest to build a real working robot dog, [James Bruton] is working on an affordable and accessible Mini Robot Dog, starting with the compliant leg mechanism.

The 3D printed leg mechanism has two joints (hip and knee), with an RC servo to drive each. To make the joints compliant, both are spring-loaded to absorb external forces, and the deflection is sensed by a hall effect sensor with moving magnets on each side. Using the inputs from the hall effect sensor, the servo can follow the deflection and return to its original position smoothly after the force dissipates. This is a simple technique but it shows a lot of promise. See the video after the break.

A project can sometimes develop a life of its own, or in the case of [James]’s OpenDog, spawn experimentally evolving offspring. This is number four, and it’s designed  to be a platform for learning how to make a quadruped walk properly, and to be simple and cheap enough for others to build. We’re looking forward to seeing how it turns out.

If you missed it, also check out this robot’s weird sibling, self-balancing Sonic.

Continue reading “Compliant Quadruped Legs Using Servos”

Quadruped Robot Disguises Itself As A Ball

When the Skynet baseball bot swarms attack, we’ll be throwing [Carl Bugeja] some dirty looks for getting them started. He’s been working on 4B, a little quadruped robot that can transform itself into a sphere almost perfectly.

Before [Carl] was distracted by the wonders of PCB actuators more than a year ago, he started working on this little guy. He finally found some time to get it moving on its own, and the preliminary results look promising to say the least. Inside the 6 cm sphere is a total of 12 servos, 3 for each leg. All of the mechanical parts were 3D printed in nylon on an SLS machine, and the custom PCB has a BLE microcontroller module, an IMU and IR proximity sensors onboard. Everything is open source with all the files available on the Hackaday.io project page.

The microcontroller runs a full inverse kinematic model, so only the desired tip and base coordinate for each leg is input and the servo angles are automatically calculated. Ultimately [Carl] aims to have the robot both walking and rolling controllably. So far he’s achieved some degree of success in both, but it still needs some work (see the videos below. We’re eager to see what the future holds for this delightfully creepy bot.

Walking robots are always an interesting challenge. For more of our future overlords, check out this adorable little cat and this truly terrifying strandbeest.