Autonomous Robot Part 3 – Acrobot With Follower

Group Members: Brian Yang and Luke Hottinger
Roles: Brian Yang and Luke Hottinger as Scribes, Designers, Integrators, and Tutors

Introduction

The power of robotics is in creating autonomous robots that exhibit a behavior and responds to its environment. This is a study on creating an autonomous behavior. The Acrobot is a robot that understands it’s own position and responds accordingly by waving its arm back and forth. The Acrobot is also human-like as it does get tired and requires breaks once in a while. The Acrobot will continues to exhibit the same behavior in various environments autonomously or with human interactions.

In a choreographed dance, the leader Acrobot guides the follower Acrobot in its movement, creating a mesmerizing visual display.  Because of the differences between the Acrobots, the performance is not perfectly synced and the follower tends to step on the leaders toes.  However, when they sync up, the results are fascinating.

Video

Technical Notes

The leader Acrobot uses a variety of sensors to attain its behavior.  An accelerometer mounted on the center beam of the device keeps track of the pitch of the robot, which is fed to a servo that controls the pivoting arm.  The pivoting arm creates additive motion, allowing the robot’s spin to accelerate.  As the Acrobot flips, a hall-effect sensor tracks the number of rotations as the sensor passes over a neodymium magnet mounted on the stand.  The Arduino program sets a random number of rotations and once the rotations have completed, the robot rests.  The amount of rest is proportional to the number of rotations it just completed.

The follower Acrobot does not have any sensors attached to it and instead receives all of it’s data wirelessly from the leader Acrobot.  The sensor data is transmitted over wireless serial between the two Acrobots using Wixel wireless transmitters.  This allows the program to run simultaneously between the Acrobots and producing some interesting results.

Completed Third Iteration

Completed 3rd Iteration

Completed 3rd Iteration

BSY_5854 BSY_5852 BSY_5857 BSY_5855

BSY_5859 BSY_5858 BSY_5856

First Iterations

Second Iteration

The Completed Second Iteration

The Completed Second Iteration

The Servo Mount

The Servo Mount

The Arduino Mount

The Arduino Mount

The Acrobot is weighted by a steel plate

The Acrobot is weighted by a steel plate

The Accelerometer/Gyro

The Accelerometer/Gyro

The arduino gets its power from a 9V battery and supplies the power for all of the sensors and the servo.  The structure is made entirely out of OpenBeam providing a very rigid and sturdy structure, allowing the Acrobot to spin freely without worrying about the structural integrity of the base.

Schematic and Code

Leader Acrobot Arduino Source Code

Follower Acrobot Arduino Source Code

Physical Computing Autonomous Robot Schematic

About lhotting

CMU Information Systems Class of 2017