Automated Collaborative Robotic Arm (A.C.R.A)

A.C.R.A is a 4 axis, articulate robotic arm which is capable of performing any physical operation autonomously ad infinitum by replicating a manually set sequence. It does this through the use of a teach pendant, which in this case is an EEPROM (Electrically Erasable Programmable Read Only Memory) that sequentially stores its joint values. These values, once stored, can be played back indefinitely to perpetually perform the same motion. In the event of any unexpected power cuts, the robot’s operation would remain unhindered owing to the safe storage of coordinate values within the EEPROM, as opposed to being stored as int or double data types inside code which would render them more vulnerable to data loss. Another viable alternative to this is the use of an SD card which would be a significant upgrade with respect to data storage limits.

Additionally, the arm has a Capacitive based touch sensing feature to make it perceptive of physical contact. These touch sensors are implemented to mimic the collaboration features of collaborative bots (co-bots for short) on a cost-effective platform such as A.C.R.A. This method offers any robotics enthusiast the opportunity to make a low-cost versatile robot that can sufficiently emulate the basic features of collaborative bots.


Prototype Details

The prototype illustrates the basic functionalities and expectations of A.C.R.A. For demonstration purposes, there are three touch sensors placed on arm joints, but additional sensors can be placed at key locations to make the arm more touch-perceptive and robust.

​ A.C.R.A sends its regards!!!

A.C.R.A


Video

The video below illustrates the teach pendant capability of A.C.R.A.

The following video showcases the touch sensing feature of A.C.R.A.


Current Progress

I am working on a full scale model of this arm which is modular in design and would span out to be approximately the size of a UR3. This would incorporate a ROS based package called MoveIt for motion planning. I am also considering replacing the Capacitive touch sensors with Force-Torque sensors which are widely used in the market today. But these sensors would be expensive when compared to the previous ones, and so touch based sensors would still stand as an inexpensive, economical choice.