Boston Dynamics’ Spot Robot Gets A Price Tag: $75 Grand

One of Spot’s features is the ability to navigate real-world environments. This has not historically been a strong point for robots.

Not long ago, Boston Dynamics’ Spot finally went on sale, meaning the dog-like robot can now be purchased online. Previously it was available only to be leased by early adopters willing to pay to see what the robot had to offer. Pricing was tucked behind an NDA, and Spot could be only leased and not actually purchased — until now.

From a hobbyist’s perspective, Spot’s price is of course eye-watering; the cost of the accessories even more so. It would be perfectly understandable to ask what good is a robotic dog and what makes it worth such a cost?

From an industrial equipment point of view, the cost is perhaps less shocking. Maybe it’s a reminder that from an industrial and commercial perspective, the price of a thing matters mainly in relation to what kind of benefits it can bring, and what kind of price or savings can be hung on that.

Hackers being hackers and free from having to worry about such things, some choose to make their own four-legged robot pals with no winning lotto tickets, juicy grants, or enormous R&D budgets needed.

Rolling Out A New Robot Arm

A lot of great scientific breakthroughs come through imitating nature, but technology often runs up against limits in certain areas. This is particularly evident in robotics, where it takes a lot of effort (and cost) to build a robot which can effectively manipulate heavy objects but not crush others which are more delicate. For that, a research group has looked outside of nature, developing a robotic grasper which uses omnidirectional wheels to grab various objects.

The robot hand is composed of three articulating fingers with fingertips which are able to actively manipulate the object that the hand is holding. With static fingertips, it is difficult to manipulate an object in the hand itself, but with the active surfaces at the fingertips it becomes easier to rotate the object without setting it down first or dropping it.

The project is much more than designing the robot hand itself, too. The robot uses calculated kinematics to manipulate the objects as well, but a second mode was also tried where the robot was able to “learn” how to handle the object it was given. The video linked below shows both modes in operation, with interesting results. If you prefer more biologically-inspired robot arms, though, there are always novel designs based on non-humans.

Continue reading “Rolling Out A New Robot Arm”

A Robotic Golf Club To (Possibly) Boost Your Game

Golf can be incredibly frustrating even for the well practiced player, and probably one of the leading causes for swearing on Saturday mornings. In effort to solve this global problem [Shane Wighton], is creating the ultimate cheat device robotic golf club, that can eliminate all the clubs in one, and adjust for the desired distance mid-swing.

Different golf clubs are mostly defined by their loft angle, or the angle at which the club face is designed to strike the ball in relation to the ground, with the purpose of changing the takeoff angle and therefor the distance traveled. To eliminate the need for different clubs, [Shane] made a head for which the loft angle can be set using a rotary encoder and display on the shaft. However building a tilting a mechanism that can survive the ±4000 lbs of force generated during impact requires some clever engineering. The first iteration was a rather impressive hydraulic design, but it required a large hydraulic power source and the pressure waves generated in the system caused the pistons in the head to blow out every time. The second iteration uses a hobby servo with a combination of machined and SLA printed parts, but in such a way that no force is transmitted to the servo at impact, similar to how a lead screw works. [Shane] actually managed to play a full 18 holes with no problems.

The second feature on the club is to adjust the loft angle mid-swing for the speed of the club to hit the ball a specified distance. A high precision IMU is used to measure the speed and angle of the club. The servo can’t move instantaneously, so it has to predict the impact velocity based on past data. Unfortunately no two swings are ever exactly the same, which introduces some error into the system. Continue reading “A Robotic Golf Club To (Possibly) Boost Your Game”

Dual-Wielding Robot Carves 3D Shapes From Foam With Warped Wire

“Every block of expanded polystyrene foam has a statue inside it and it is the task of the dual-arm hot wire-wielding robot to discover it.” — [Michelangelo], probably.

Be prepared to have your mind blown by this dual-wielding hot-wire 3D foam cutter (PDF). We’ve all seen simple hot-wire cutters before, whether they be manual-feed cutters or CNC-controlled like a 3D-printer. The idea is to pass current through a wire to heat it up just enough to melt a path as it’s guided through a block of polystyrene foam. Compared to cutting with a knife or a saw, hot-wire cuts are smooth as silk and produces mercifully little of that styrofoam detritus that gets all over your workspace.

But hot-wire cutters can’t do much other than to make straight cuts, since the wire must be kept taut. “RoboCut”, though, as [Simon Duenser] and his colleagues at ETH Zurich call their creation, suffers from no such limitations. Using an ABB YuMi, a dual-arm collaborative robot, they devised a method of making controlled curved cuts through foam by using a 1-mm thick deformable rod rather than a limp and floppy wire for the cutting tool. The robot has seven degrees of freedom on each arm, and there’s only so much the rod can deform before being permanently damaged, so the kinematics involved are far from trivial. Each pass through the foam is calculated to remove as much material as possible, and multiple passes are needed to creep up on the final design.

The video below shows the mesmerizing sweeps needed to release the Stanford bunny trapped within the foam, as well as other common 3D test models. We’re not sure it’s something easily recreated by the home-gamer, but it sure is fun to watch.

Continue reading “Dual-Wielding Robot Carves 3D Shapes From Foam With Warped Wire”

Ewon Is An Expressive Robot With Google Assistant

Had too much self-quarantine? [Sharathnaik] had, so he decided to build a robot companion named Ewon. Using a Raspberry Pi, Ewon isn’t a robot that moves around, but rather an expressive Google assistant. Using some servo-driven ears and a display, Ewon reacts to you based on keywords you use in your queries. For example, it might perk up and smile at the mention of ice cream. Or look unhappy if you mention sadness.

The project is simple because of the Google Assistant API. However, we liked the 3D printed body and some of the additional features the robot adds.

Continue reading “Ewon Is An Expressive Robot With Google Assistant”

Assemble Your (Virtual) Robotic Underground Exploration Team

It’s amazing how many things have managed to move online in recent weeks, many with a beneficial side effect of eliminating travel making them more accessible to everyone around the world. Though some events had a virtual track before it was cool, among them the DARPA Subterranean Challenge (SubT) robotics competition. Recent additions to their “Hello World” tutorials (with promise of more to come) have continued to lower the barrier of entry for aspiring roboticists.

We all love watching physical robots explore the real world, which is why SubT’s “Systems Track” gets most of the attention. But such participation is necessarily restricted to people who have the resources to build and transport bulky hardware to the competition site, which is just a tiny subset of all the brilliant minds who can contribute. Hence the “Virtual Track” which is accessible to anyone with a computer that meets requirements. (64-bit Ubuntu 18 with NVIDIA GPU) The tutorials help get us up and running on SubT’s virtual testbed which continues to evolve. With every round, the organizers work to bring the virtual and physical worlds closer together. During the recent Urban Circuit, they made high resolution scans of both the competition course as well as participating robots.

There’s a lot of other traffic on various SubT code repositories. Motivated by Bitbucket sunsetting their Mercurial support, SubT is moving from Bitbucket to GitHub and picking up some housecleaning along the way. Together with the newly added tutorials, this is a great time to dive in and see if you want to assemble a team (both of human collaborators and virtual robots) to join in the next round of virtual SubT. But if you prefer to stay an observer of the physical world, enjoy this writeup with many fun details on systems track robots.

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.