A New Approach To Robotic Walking Looks More Like Kinetic Art

Flipping Robot

Here’s a really cool application of 3D printing and robotics by a fellow named [Maundy] – He’s created a very unique kinetic robot which relies on gravity to walk around.

All the electronics are housed in the cylinder as shown above. It can roll freely back and forth by some kind of mechanism inside (not shown), but the beauty of it is, when the cylinder rolls to one end, gravity takes over and the little robot actually flips through the air, reorienting itself onto its other feet.

Due to the flipping nature of the bot, it can even climb over small obstacles with ease – but this one can’t steer, so there’s no threat of them taking over the world. Perhaps with a modification to the control cylinder (turn it into a ball), the robot could orientate itself vertically, and then kind of spin in place in order to steer…

Anyway, you have to see it to believe it, so stick around after the break to see it in action!

Continue reading “A New Approach To Robotic Walking Looks More Like Kinetic Art”

What Could You Do With 7 Fingers?

7 finger robotic glove

A strange thought yes, but MIT researchers think an extra two digits could really make a difference in many people’s lives. And as it turns out, having an extra robotic grasp allows you to do quite a few things single handed.

The extra two fingers provide three degrees of freedom each, and are mounted off the user’s wrist. A series of position recording sensors attached to the glove provide feedback to the system in order to control the fingers naturally, just by using your hand normally.

They taught the algorithm that controls the fingers by trying to pick up different (large) items using the hand and manually positioning the fingers. What they discovered is almost every grasp could be demonstrated as a combination of only 2-3 grip patterns.  Continue reading “What Could You Do With 7 Fingers?”

Cutting Ribbons With Robots And A Oculus Rift

PR2-GrandOpening

On June 26th, 2014, Clearpath Robotics opened up the doors to their brand new 12,000 square foot robot lair by bringing out a PR2 to cut the ceremonial ribbon and welcome everyone inside. And instead of just programming the ‘locate and destroy’ ribbon sequence, the co-founders opted to use an Oculus Rift to control the robot tearing through the material with flailing arms.

This was accomplished having Jake, the robot, utilize a Kinect 2.0 that fed skeleton tracking data via rosserial_windows, a windows-based set of extension for the Robot Operating System which we heard about in January. The software gathers in a stream of data points each with an X,Y,Z component allowing [Jake] to find himself within a 3D space.Then, the data was collected and published directly into the PR2’s brain. Inject a little python code, and the creature was able to route directions in order to move it’s arms.

Thus, by simply stepping in front of the Kinect 2.0, and putting on the Oculus Rift headset, anyone could teleoperate [Jake] to move around and wave its arms at oncoming ribbons. Once completed, [Jake] would leave the scene, journeying back into the newly created robot lair leaving pieces of nylon and polyester everywhere.

An earlier (un-smoothed) version of the full system can be seen after the break:

Continue reading “Cutting Ribbons With Robots And A Oculus Rift”

Roboceratops: A Robot Dinosaur That Defies Extinction

roboceratopsInspired by a childhood love of dinosaurs, [Robert] set out to build a robotic dinosaur from the Ceratopsian family. After about a year of design, building, and coding, he has sent us a video of Roboceratops moving around gracefully, chomping a rope, and smoothly wagging his tail.

Roboceratops is made from laser-cut MDF and aluminium bars in the legs. That’s not cookie dough on those legs, it’s upholstery foam, and we love the way [Robert] has shaped it. Roboceratops has servos in his jaw, neck, tail, and legs for a total of 14-DOF. You can see the servo specifics and more in the video description. [Robert] has full kinematic control of him through a custom controller and is working to achieve total quadrupedal locomotion.

Inside that custom controller is an Arduino Mega 2560, an LCD, and two 3-axis analog joysticks that control translation, height, yaw, pitch, and jaw articulation. For now, Roboceratops receives power and serial control through a tether, but [Robert] plans to add an on-board µC for autonomous movement as well as wireless, a battery, an IMU, and perhaps some pressure/contact detection in his feet.

The cherry on top of this build is the matching, latching custom carry case that has drawers to hold the controller, power supply, cable, tools, and spare parts. Check out Roboceratops after the break.

Continue reading “Roboceratops: A Robot Dinosaur That Defies Extinction”

Marvin’s Marvelous Mechanical Museum

Don’t call it an arcade. There are arcade-like things about it… like dance-based video games, Skee-ball, and tickets — oh so many tickets. But Marvin’s Marvelous Mechanical Museum is a one-of-a-kind that you need to visit next time you’re in the North suburbs of Detroit, Michigan.

[Marvin] was there in person, as he is many days. He talked with us for a few minutes and we’ve folded his interview, along with footage of many of the attractions, into the video above.

He’s been collecting for more than three decades. The attractions are packed into every bit of floor space, spilling up onto the walls, and hanging from every spot in the ceiling. There are true antiques from both home and abroad that could be referred to as automatons, rows of fortune tellers, a track of large airplane models that make a loop around the establishment when fed a quarter, and much more.

Some of the attractions were build for him, like the robot band you can make out behind [Marvin] during the interview. It is a MIDI-based build that allows songs to be selected from a touchscreen. Soon to be on exhibit is a Tesla-coil-based offering which [Marvin] commissioned after taking second place to [Nicolai Tesla] on a list of oddest museums.

Continue reading “Marvin’s Marvelous Mechanical Museum”

Self-Balancing Robot Uses Android And Lego NXT

LEGO NXT + Android = Self Balancing Robot

Self-balancing robots are pretty cool, but sometimes a bit too complex to make. [HippoDevices] shows us that it’s really not that hard, and you can even do it with Lego NXT and an Android device!

First step is to build your two-wheeled robot – go nuts! As long as the Lego NXT motors are strong enough you’ll be able to make most different shaped robots easy to balance. You’re going to need an Android ADK board to provide communication between the Lego motors and your Android device. [HippoDevices] is using their own design, called the Hippo-ADK which is on Kickstarter currently.

This allows your Android device to read the status and control the Lego Motors — from there it’s just a matter of programming it to balance according to the device’s gyroscope.

Continue reading “Self-Balancing Robot Uses Android And Lego NXT”

Project Sentinel — A Bipedal Walking Robot

Bipedal-Walking-Sentinel-Project-500x375

[Ye Guan] has always been fascinated by walking robots — so he decided to build his own. It’s called Project Sentinel, and he’s loosely based the design off of the Sentinel Walker from Warhammer 40K, and the two-legged AT-AT walker from Star Wars.

Both of these robots are based off of a bird’s walking style. Scientifically this is called the digitgrade walking style, which means they stand and walk on their digits (toes) — this typically allows them to move more quickly and quietly than most other animals.

[Ye] has managed to achieve this for his project using 8 servo motors, balancing the center of mass directly above the feet. Think about it like a reverse pendulum, which is supported by the servos torque and balanced by a gyroscope. He plans to have it fully autonomous with sensor feedback.

It’s not done yet, but he’s already released all the CAD files and a nice build log for anyone to attempt it themselves — we’re excited to see the final product. Just take a look at it walking in place after the break!

Continue reading “Project Sentinel — A Bipedal Walking Robot”